Html Css Color HEX #AF16AA Deep Magenta

📋 copy color: '#AF16AA'

red 175 ◦ green 22 ◦ blue 170

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

Shades of Deep Magenta #AF16AA

Tints of Deep Magenta #AF16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.99%

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

R = 47.68%
G = 5.99%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF16AA (or 0xAF16AA) is known color: Deep Magenta. HEX triplet: AF, 16 and AA. RGB value is (175,22,170). Sum of RGB (Red+Green+Blue) = 175+22+170=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16AA is #50E955. Grayscale: #545454. Windows color (decimal): -5302614 or 11146927. OLE color: 11146927.

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

Color convert

RGB 175 22 170 -
CMYK 0 0.87 0.03 0.31
HSL 301.96º 0.78% 0.39% -
HSV(B) 301.96º 0.87% 0.69% -
XYZ 25.22 12.59 39.13 -
YUV 84.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 175 22 170 0 0.87 0.03 0.31 301.96 0.78 0.39
Hex AF 16 AA 0 57 3 1F 12E 4E 27
Octal 257 26 252 0 127 3 37 456 116 47
Binary 10101111 10110 10101010 0 1010111 11 11111 100101110 1001110 100111

Color Harmonies of #AF16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16AA

Black with #AF16AA

Text Example


Text Example

White with #AF16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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