Html Css Color HEX #AA18A3 Dark Magenta

📋 copy color: '#AA18A3'

red 170 ◦ green 24 ◦ blue 163

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

Shades of Dark Magenta #AA18A3

Tints of Dark Magenta #AA18A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 47.62%
G = 6.72%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA18A3 (or 0xAA18A3) is known color: Dark Magenta. HEX triplet: AA, 18 and A3. RGB value is (170,24,163). Sum of RGB (Red+Green+Blue) = 170+24+163=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA18A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18A3 is #55E75C. Grayscale: #535353. Windows color (decimal): -5629789 or 10688682. OLE color: 10688682.

HSL color Cylindrical-coordinate representation of color #AA18A3: hue angle of 302.88º 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 #AA18A3 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 163 -
CMYK 0 0.86 0.04 0.33
HSL 302.88º 0.75% 0.38% -
HSV(B) 302.88º 0.86% 0.67% -
XYZ 23.52 11.84 35.7 -
YUV 83.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 170 24 163 0 0.86 0.04 0.33 302.88 0.75 0.38
Hex AA 18 A3 0 56 4 21 12F 4B 26
Octal 252 30 243 0 126 4 41 457 113 46
Binary 10101010 11000 10100011 0 1010110 100 100001 100101111 1001011 100110

Color Harmonies of #AA18A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18A3

Black with #AA18A3

Text Example


Text Example

White with #AA18A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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