Html Css Color HEX #AA18AB Dark Magenta

📋 copy color: '#AA18AB'

red 170 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #AA18AB

Tints of Dark Magenta #AA18AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 46.58%
G = 6.58%
B = 46.85%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA18AB (or 0xAA18AB) is known color: Dark Magenta. HEX triplet: AA, 18 and AB. RGB value is (170,24,171). Sum of RGB (Red+Green+Blue) = 170+24+171=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18AB is #55E754. Grayscale: #535353. Windows color (decimal): -5629781 or 11212970. OLE color: 11212970.

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

Color convert

RGB 170 24 171 -
CMYK 0.01 0.86 0 0.33
HSL 299.59º 0.75% 0.38% -
HSV(B) 299.59º 0.86% 0.67% -
XYZ 24.25 12.14 39.59 -
YUV 84.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 170 24 171 0.01 0.86 0 0.33 299.59 0.75 0.38
Hex AA 18 AB 1 56 0 21 12C 4B 26
Octal 252 30 253 1 126 0 41 454 113 46
Binary 10101010 11000 10101011 1 1010110 0 100001 100101100 1001011 100110

Color Harmonies of #AA18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18AB

Black with #AA18AB

Text Example


Text Example

White with #AA18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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