#AF19B6

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

Shades of Deep Magenta #AF19B6

Tints of Deep Magenta #AF19B6

Color information

#AF19B6 (or 0xAF19B6) is unknown color: approx Deep Magenta. HEX triplet: AF, 19 and B6. RGB value is (175,25,182). Sum of RGB (Red+Green+Blue) = 175+25+182=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF19B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19B6 is #50E649. Grayscale: #575757. Windows color (decimal): -5301834 or 11934127. OLE color: 11934127.

HSL color Cylindrical-coordinate representation of color #AF19B6: hue angle of 297.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF19B6 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17525182-
CMYK0.040.8600.29
HSL297.32º75.85%40.59%-
HSV(B)297.32º86.26%71.37%-
XYZ26.4713.1945.41-
YUV87.75181.2190.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 25 (10.16% from 255) = 6.54%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=45.81%
G=6.54%
B=47.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175251820.040.8600.29297.3275.8540.59
HexAF19B645601D1294c29
Octal25731266412603545111451
Binary10101111110011011011010010101100111011001010011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF19B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF19B6; }

 p { color: rgb(175,25,182); }

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

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

 a { background-color: rgb(175,25,182); }

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

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

 span { border-color: rgb(175,25,182); }

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