Html Css Color HEX #AF02AA Deep Magenta

📋 copy color: '#AF02AA'

red 175 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #AF02AA

Tints of Deep Magenta #AF02AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 50.43%
G = 0.58%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF02AA (or 0xAF02AA) is known color: Deep Magenta. HEX triplet: AF, 02 and AA. RGB value is (175,2,170). Sum of RGB (Red+Green+Blue) = 175+2+170=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF02AA is #50FD55. Grayscale: #484848. Windows color (decimal): -5307734 or 11141807. OLE color: 11141807.

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

Color convert

RGB 175 2 170 -
CMYK 0 0.99 0.03 0.31
HSL 301.73º 0.98% 0.35% -
HSV(B) 301.73º 0.99% 0.69% -
XYZ 24.96 12.06 39.04 -
YUV 72.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 175 2 170 0 0.99 0.03 0.31 301.73 0.98 0.35
Hex AF 2 AA 0 63 3 1F 12E 62 23
Octal 257 2 252 0 143 3 37 456 142 43
Binary 10101111 10 10101010 0 1100011 11 11111 100101110 1100010 100011

Color Harmonies of #AF02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02AA

Black with #AF02AA

Text Example


Text Example

White with #AF02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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