Html Css Color HEX #AF19AB Deep Magenta

📋 copy color: '#AF19AB'

red 175 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #AF19AB

Tints of Deep Magenta #AF19AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 47.17%
G = 6.74%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF19AB (or 0xAF19AB) is known color: Deep Magenta. HEX triplet: AF, 19 and AB. RGB value is (175,25,171). Sum of RGB (Red+Green+Blue) = 175+25+171=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF19AB is #50E654. Grayscale: #565656. Windows color (decimal): -5301845 or 11213231. OLE color: 11213231.

HSL color Cylindrical-coordinate representation of color #AF19AB: hue angle of 301.6º 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 #AF19AB is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 171 -
CMYK 0 0.86 0.02 0.31
HSL 301.6º 0.75% 0.39% -
HSV(B) 301.6º 0.86% 0.69% -
XYZ 25.38 12.75 39.65 -
YUV 86.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 175 25 171 0 0.86 0.02 0.31 301.6 0.75 0.39
Hex AF 19 AB 0 56 2 1F 12E 4B 27
Octal 257 31 253 0 126 2 37 456 113 47
Binary 10101111 11001 10101011 0 1010110 10 11111 100101110 1001011 100111

Color Harmonies of #AF19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19AB

Black with #AF19AB

Text Example


Text Example

White with #AF19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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