Html Css Color HEX #AF19AA Deep Magenta

📋 copy color: '#AF19AA'

red 175 ◦ green 25 ◦ blue 170

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

Shades of Deep Magenta #AF19AA

Tints of Deep Magenta #AF19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 47.3%
G = 6.76%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF19AA (or 0xAF19AA) is known color: Deep Magenta. HEX triplet: AF, 19 and AA. RGB value is (175,25,170). Sum of RGB (Red+Green+Blue) = 175+25+170=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF19AA is #50E655. Grayscale: #555555. Windows color (decimal): -5301846 or 11147695. OLE color: 11147695.

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

Color convert

RGB 175 25 170 -
CMYK 0 0.86 0.03 0.31
HSL 302º 0.75% 0.39% -
HSV(B) 302º 0.86% 0.69% -
XYZ 25.28 12.71 39.15 -
YUV 86.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 175 25 170 0 0.86 0.03 0.31 302 0.75 0.39
Hex AF 19 AA 0 56 3 1F 12E 4B 27
Octal 257 31 252 0 126 3 37 456 113 47
Binary 10101111 11001 10101010 0 1010110 11 11111 100101110 1001011 100111

Color Harmonies of #AF19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19AA

Black with #AF19AA

Text Example


Text Example

White with #AF19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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