Html Css Color HEX #AA04AB Dark Magenta

📋 copy color: '#AA04AB'

red 170 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #AA04AB

Tints of Dark Magenta #AA04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 49.28%
G = 1.16%
B = 49.57%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA04AB (or 0xAA04AB) is known color: Dark Magenta. HEX triplet: AA, 04 and AB. RGB value is (170,4,171). Sum of RGB (Red+Green+Blue) = 170+4+171=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04AB is #55FB54. Grayscale: #484848. Windows color (decimal): -5634901 or 11207850. OLE color: 11207850.

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

Color convert

RGB 170 4 171 -
CMYK 0.01 0.98 0 0.33
HSL 299.64º 0.95% 0.34% -
HSV(B) 299.64º 0.98% 0.67% -
XYZ 23.97 11.57 39.5 -
YUV 72.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 170 4 171 0.01 0.98 0 0.33 299.64 0.95 0.34
Hex AA 4 AB 1 62 0 21 12C 5F 22
Octal 252 4 253 1 142 0 41 454 137 42
Binary 10101010 100 10101011 1 1100010 0 100001 100101100 1011111 100010

Color Harmonies of #AA04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04AB

Black with #AA04AB

Text Example


Text Example

White with #AA04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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