#AF16B4

Color #AF16B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF16B4

Tints of Deep Magenta #AF16B4

Color information

#AF16B4 (or 0xAF16B4) is unknown color: approx Deep Magenta. HEX triplet: AF, 16 and B4. RGB value is (175,22,180). Sum of RGB (Red+Green+Blue) = 175+22+180=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF16B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16B4 is #50E94B. Grayscale: #555555. Windows color (decimal): -5302604 or 11802287. OLE color: 11802287.

HSL color Cylindrical-coordinate representation of color #AF16B4: hue angle of 298.1º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF16B4 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17522180-
CMYK0.030.8800.29
HSL298.1º78.22%39.61%-
HSV(B)298.1º87.78%70.59%-
XYZ26.212.9844.3-
YUV85.76181.19191.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=46.42%
G=5.84%
B=47.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175221800.030.8800.29298.178.2239.61
HexAF16B435801D12a4e28
Octal25726264313003545211650
Binary1010111110110101101001110110000111011001010101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF16B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF16B4; }

 p { color: rgb(175,22,180); }

 H1.HeaderClassName
 {
   color: #AF16B4;
 }
 .AnyTagClassName
 {
   color: #AF16B4;
 }
</style>
background-color css

<style>
 a { background-color: #AF16B4; }

 a { background-color: rgb(175,22,180); }

 div.DivClassName
 {
   background-color: #AF16B4;
 }
 .BgClassName
 {
   background-color: #AF16B4;
 }
</style>
border-color css

<style>
 span { border-color: #AF16B4; }

 span { border-color: rgb(175,22,180); }

 td.TdClassName
 {
   border-color: #AF16B4;
 }
 .TagClassName
 {
   border-color: #AF16B4;
 }
</style>