Html Css Color HEX #AA18A2 Dark Magenta

📋 copy color: '#AA18A2'

red 170 ◦ green 24 ◦ blue 162

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

Shades of Dark Magenta #AA18A2

Tints of Dark Magenta #AA18A2

RGB

 RED value IS 170 (66.8% from 255) = 47.75%

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 47.75%
G = 6.74%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA18A2 (or 0xAA18A2) is known color: Dark Magenta. HEX triplet: AA, 18 and A2. RGB value is (170,24,162). Sum of RGB (Red+Green+Blue) = 170+24+162=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA18A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18A2 is #55E75D. Grayscale: #525252. Windows color (decimal): -5629790 or 10623146. OLE color: 10623146.

HSL color Cylindrical-coordinate representation of color #AA18A2: hue angle of 303.29º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA18A2 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 162 -
CMYK 0 0.86 0.05 0.33
HSL 303.29º 0.75% 0.38% -
HSV(B) 303.29º 0.86% 0.67% -
XYZ 23.43 11.81 35.23 -
YUV 83.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 170 24 162 0 0.86 0.05 0.33 303.29 0.75 0.38
Hex AA 18 A2 0 56 5 21 12F 4B 26
Octal 252 30 242 0 126 5 41 457 113 46
Binary 10101010 11000 10100010 0 1010110 101 100001 100101111 1001011 100110

Color Harmonies of #AA18A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18A2

Black with #AA18A2

Text Example


Text Example

White with #AA18A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18A2; }

 p { color: rgb(170,24,162); }

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

background-color css

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

 a { background-color: rgb(170,24,162); }

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

border-color css

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

 span { border-color: rgb(170,24,162); }

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