#AF02B6

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

Shades of Deep Magenta #AF02B6

Tints of Deep Magenta #AF02B6

Color information

#AF02B6 (or 0xAF02B6) is unknown color: approx Deep Magenta. HEX triplet: AF, 02 and B6. RGB value is (175,2,182). Sum of RGB (Red+Green+Blue) = 175+2+182=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF02B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02B6 is #50FD49. Grayscale: #494949. Windows color (decimal): -5307722 or 11928239. OLE color: 11928239.

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

Color convert

RGB1752182-
CMYK0.040.9900.29
HSL297.67º97.83%36.08%-
HSV(B)297.67º98.9%71.37%-
XYZ26.1412.5345.3-
YUV74.25188.81199.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=48.75%
G=0.56%
B=50.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17521820.040.9900.29297.6797.8336.08
HexAF2B646301D12a6224
Octal2572266414303545214244
Binary10101111101011011010011000110111011001010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF02B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF02B6; }

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

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

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

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

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

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

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

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