COLOR #AF15C1

HEX: #AF15C1
RGB: (175,21,193)

Color info

#AF15C1 contains mainly red and blue colors. Web safe color of #AF15C1 is #9900CC (or #90C).

RGB color model

#AF15C1 color RGB value is (175,21,193).

  • red value is 175;
  • green value is 21;
  • blue value is 193.
RGB:
(175,21,193)
(69%,8%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 21 of 255 = 8%
B 193 of 255 = 76%

175
21
193

R + G + B ~ 51%. #AF15C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 21 + 193 = 389 (100%)
R 175 of 389 ~ 44.99%
G 21 of 389 ~ 5.4%
B 193 of 389 ~ 49.61%

%44.99
%49.61

CMYK color model

#AF15C1 color CMYK value is (9,89,0,24).

  • cyan value is 9.33%
  • magenta value is 89.12%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(9,89,0,24)
C9M89Y0K24 
(9%,89%,0%,24%)
(0.09/0.89/0.00/0.24)	

CMYK percentages

%9.33
%89.12
%0
%24.31

Codes

Color #AF15C1 in popluar color models

AF15C1
RGB17521193
HSL294°80.37%41.96%
HSB/HSV294°89.12%75.69%
CMYK9.33%89.12%0.00%
24.31%

Color #AF15C1 in popluar number systems.

HEXAF15C1
Decimal17521193
Binary101011111010111000001
Octal25725301

Shades and tints

Shades of #AF15C1

#AF15C1
(175,21,193)
#A014B0
(160,20,176)
#91139F
(145,19,159)
#82128E
(130,18,142)
#73117D
(115,17,125)
#64106C
(100,16,108)
#550F5B
(85,15,91)
#460E4A
(70,14,74)
#370D39
(55,13,57)
#280C28
(40,12,40)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #AF15C1

#AF15C1
(175,21,193)
#B62AC6
(182,42,198)
#BD3FCB
(189,63,203)
#C454D0
(196,84,208)
#CB69D5
(203,105,213)
#D27EDA
(210,126,218)
#D993DF
(217,147,223)
#E0A8E4
(224,168,228)
#E7BDE9
(231,189,233)
#EED2EE
(238,210,238)
#F5E7F3
(245,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF15C1 color. Also use rgb(175,21,193) instead hex code.

Text Font Color

.myTextColor { color: #AF15C1; }

<p style="color:#AF15C1">This sample text font color is #AF15C1.</p>

This text font color is #AF15C1.


Background Color

.myBgColor { background-color: #AF15C1; }

<div style="background-color:#AF15C1">Inner text</div>

This div background color is #AF15C1.


Border color

.myBorderColor { border: 1px solid #AF15C1; }

<div style="border:3px solid #AF15C1">Div</div>

This div border color is #AF15C1.


Opacity

.myOpacity80 { color: #AF15C1; opacity: 0.8; }

<p style="color:#AF15C1;opacity:0.8;">80%</p>

Text with #AF15C1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF15C1;}

<p style="text-shadow: 3px 3px 1px #AF15C1">Text here.</p>

This text has shadow with #AF15C1 color.

.textShadow {text-shadow: 3px 3px 1px #AF15C1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF15C1, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF15C1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF15C1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF15C1, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF15C1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF15C1;
  -webkit-box-shadow:	1px 1px 3px 2px #AF15C1;
  box-shadow:		1px 1px 3px 2px #AF15C1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF15C1;
-webkit-box-shadow: 1px 1px 3px 2px #AF15C1;
box-shadow:1px 1px 3px 2px #AF15C1;">
Div content here</div>
This div box has shadow with color #AF15C1.

Preview

Color preview on black background

This text has color #AF15C1 on black background.


Color preview on white background

This text has color #AF15C1 on white background.



Black color preview on #AF15C1 background

This text has black color on #AF15C1 background.


White color preview on #AF15C1 background

This text has white color on #AF15C1 background.