Html Css Color HEX #AF10AA Deep Magenta

📋 copy color: '#AF10AA'

red 175 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #AF10AA

Tints of Deep Magenta #AF10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 48.48%
G = 4.43%
B = 47.09%

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

#AF10AA (or 0xAF10AA) is known color: Deep Magenta. HEX triplet: AF, 10 and AA. RGB value is (175,16,170). Sum of RGB (Red+Green+Blue) = 175+16+170=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10AA is #50EF55. Grayscale: #505050. Windows color (decimal): -5304150 or 11145391. OLE color: 11145391.

HSL color Cylindrical-coordinate representation of color #AF10AA: hue angle of 301.89º degrees, saturation: 0.83, 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 #AF10AA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 170 -
CMYK 0 0.91 0.03 0.31
HSL 301.89º 0.83% 0.37% -
HSV(B) 301.89º 0.91% 0.69% -
XYZ 25.12 12.39 39.1 -
YUV 81.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 175 16 170 0 0.91 0.03 0.31 301.89 0.83 0.37
Hex AF 10 AA 0 5B 3 1F 12E 53 25
Octal 257 20 252 0 133 3 37 456 123 45
Binary 10101111 10000 10101010 0 1011011 11 11111 100101110 1010011 100101

Color Harmonies of #AF10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10AA

Black with #AF10AA

Text Example


Text Example

White with #AF10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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