Html Css Color HEX #AA0DA4 Dark Magenta

📋 copy color: '#AA0DA4'

red 170 ◦ green 13 ◦ blue 164

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

Shades of Dark Magenta #AA0DA4

Tints of Dark Magenta #AA0DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 48.99%
G = 3.75%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA0DA4 (or 0xAA0DA4) is known color: Dark Magenta. HEX triplet: AA, 0D and A4. RGB value is (170,13,164). Sum of RGB (Red+Green+Blue) = 170+13+164=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DA4 is #55F25B. Grayscale: #4C4C4C. Windows color (decimal): -5632604 or 10751402. OLE color: 10751402.

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

Color convert

RGB 170 13 164 -
CMYK 0 0.92 0.04 0.33
HSL 302.29º 0.86% 0.36% -
HSV(B) 302.29º 0.92% 0.67% -
XYZ 23.42 11.51 36.11 -
YUV 77.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 170 13 164 0 0.92 0.04 0.33 302.29 0.86 0.36
Hex AA D A4 0 5C 4 21 12E 56 24
Octal 252 15 244 0 134 4 41 456 126 44
Binary 10101010 1101 10100100 0 1011100 100 100001 100101110 1010110 100100

Color Harmonies of #AA0DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DA4

Black with #AA0DA4

Text Example


Text Example

White with #AA0DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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