Html Css Color HEX #AF0FA9 Deep Magenta

📋 copy color: '#AF0FA9'

red 175 ◦ green 15 ◦ blue 169

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

Shades of Deep Magenta #AF0FA9

Tints of Deep Magenta #AF0FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

 BLUE value IS 169 (66.41% from 255) = 47.08%

R = 48.75%
G = 4.18%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF0FA9 (or 0xAF0FA9) is known color: Deep Magenta. HEX triplet: AF, 0F and A9. RGB value is (175,15,169). Sum of RGB (Red+Green+Blue) = 175+15+169=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0FA9 is #50F056. Grayscale: #4F4F4F. Windows color (decimal): -5304407 or 11079599. OLE color: 11079599.

HSL color Cylindrical-coordinate representation of color #AF0FA9: hue angle of 302.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0FA9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 169 -
CMYK 0 0.91 0.03 0.31
HSL 302.25º 0.84% 0.37% -
HSV(B) 302.25º 0.91% 0.69% -
XYZ 25.01 12.32 38.6 -
YUV 80.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 175 15 169 0 0.91 0.03 0.31 302.25 0.84 0.37
Hex AF F A9 0 5B 3 1F 12E 54 25
Octal 257 17 251 0 133 3 37 456 124 45
Binary 10101111 1111 10101001 0 1011011 11 11111 100101110 1010100 100101

Color Harmonies of #AF0FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FA9

Black with #AF0FA9

Text Example


Text Example

White with #AF0FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FA9; }

 p { color: rgb(175,15,169); }

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

background-color css

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

 a { background-color: rgb(175,15,169); }

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

border-color css

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

 span { border-color: rgb(175,15,169); }

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