Html Css Color HEX #AF0DB8 Deep Magenta

📋 copy color: '#AF0DB8'

red 175 ◦ green 13 ◦ blue 184

#AF0DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AF0DB8

Tints of Deep Magenta #AF0DB8

RGB

 RED value IS 175 (68.75% from 255) = 47.04%

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 184 (72.27% from 255) = 49.46%

R = 47.04%
G = 3.49%
B = 49.46%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF0DB8 (or 0xAF0DB8) is known color: Deep Magenta. HEX triplet: AF, 0D and B8. RGB value is (175,13,184). Sum of RGB (Red+Green+Blue) = 175+13+184=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF0DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DB8 is #50F247. Grayscale: #505050. Windows color (decimal): -5304904 or 12062127. OLE color: 12062127.

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

Color convert

RGB 175 13 184 -
CMYK 0.05 0.93 0 0.28
HSL 296.84º 0.87% 0.39% -
HSV(B) 296.84º 0.93% 0.72% -
XYZ 26.47 12.86 46.43 -
YUV 80.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 175 13 184 0.05 0.93 0 0.28 296.84 0.87 0.39
Hex AF D B8 5 5D 0 1C 129 57 27
Octal 257 15 270 5 135 0 34 451 127 47
Binary 10101111 1101 10111000 101 1011101 0 11100 100101001 1010111 100111

Color Harmonies of #AF0DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DB8

Black with #AF0DB8

Text Example


Text Example

White with #AF0DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DB8; }

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

 H1.HeaderClassName
 {
   color: #AF0DB8;
 }
 .AnyTagClassName
 {
   color: #AF0DB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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