Html Css Color HEX #AF0AA2 Dark Magenta

📋 copy color: '#AF0AA2'

red 175 ◦ green 10 ◦ blue 162

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

Shades of Dark Magenta #AF0AA2

Tints of Dark Magenta #AF0AA2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.88%

 BLUE value IS 162 (63.67% from 255) = 46.69%

R = 50.43%
G = 2.88%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF0AA2 (or 0xAF0AA2) is known color: Dark Magenta. HEX triplet: AF, 0A and A2. RGB value is (175,10,162). Sum of RGB (Red+Green+Blue) = 175+10+162=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA2 is #50F55D. Grayscale: #4C4C4C. Windows color (decimal): -5305694 or 10619567. OLE color: 10619567.

HSL color Cylindrical-coordinate representation of color #AF0AA2: hue angle of 304.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 10 162 -
CMYK 0 0.94 0.07 0.31
HSL 304.73º 0.89% 0.36% -
HSV(B) 304.73º 0.94% 0.69% -
XYZ 24.31 11.94 35.21 -
YUV 76.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 175 10 162 0 0.94 0.07 0.31 304.73 0.89 0.36
Hex AF A A2 0 5E 7 1F 131 59 24
Octal 257 12 242 0 136 7 37 461 131 44
Binary 10101111 1010 10100010 0 1011110 111 11111 100110001 1011001 100100

Color Harmonies of #AF0AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AA2

Black with #AF0AA2

Text Example


Text Example

White with #AF0AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AA2; }

 p { color: rgb(175,10,162); }

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

background-color css

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

 a { background-color: rgb(175,10,162); }

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

border-color css

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

 span { border-color: rgb(175,10,162); }

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