Html Css Color HEX #AA0DAB Dark Magenta

📋 copy color: '#AA0DAB'

red 170 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #AA0DAB

Tints of Dark Magenta #AA0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

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

R = 48.02%
G = 3.67%
B = 48.31%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA0DAB (or 0xAA0DAB) is known color: Dark Magenta. HEX triplet: AA, 0D and AB. RGB value is (170,13,171). Sum of RGB (Red+Green+Blue) = 170+13+171=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DAB is #55F254. Grayscale: #4D4D4D. Windows color (decimal): -5632597 or 11210154. OLE color: 11210154.

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

Color convert

RGB 170 13 171 -
CMYK 0.01 0.92 0 0.33
HSL 299.62º 0.86% 0.36% -
HSV(B) 299.62º 0.92% 0.67% -
XYZ 24.07 11.77 39.53 -
YUV 77.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 170 13 171 0.01 0.92 0 0.33 299.62 0.86 0.36
Hex AA D AB 1 5C 0 21 12C 56 24
Octal 252 15 253 1 134 0 41 454 126 44
Binary 10101010 1101 10101011 1 1011100 0 100001 100101100 1010110 100100

Color Harmonies of #AA0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DAB

Black with #AA0DAB

Text Example


Text Example

White with #AA0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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