#AF02B8

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

Shades of Deep Magenta #AF02B8

Tints of Deep Magenta #AF02B8

Color information

#AF02B8 (or 0xAF02B8) is unknown color: approx Deep Magenta. HEX triplet: AF, 02 and B8. RGB value is (175,2,184). Sum of RGB (Red+Green+Blue) = 175+2+184=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF02B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02B8 is #50FD47. Grayscale: #494949. Windows color (decimal): -5307720 or 12059311. OLE color: 12059311.

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

Color convert

RGB1752184-
CMYK0.050.9900.28
HSL297.03º97.85%36.47%-
HSV(B)297.03º98.91%72.16%-
XYZ26.3512.6246.39-
YUV74.47189.81199.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=48.48%
G=0.55%
B=50.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17521840.050.9900.28297.0397.8536.47
HexAF2B856301C1296224
Octal2572270514303445114244
Binary10101111101011100010111000110111001001010011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF02B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF02B8; }

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

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

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

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

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

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

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

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