Html Css Color HEX #AA00AB Dark Magenta

📋 copy color: '#AA00AB'

red 170 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #AA00AB

Tints of Dark Magenta #AA00AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.85%
G = 0%
B = 50.15%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA00AB (or 0xAA00AB) is known color: Dark Magenta. HEX triplet: AA, 00 and AB. RGB value is (170,0,171). Sum of RGB (Red+Green+Blue) = 170+0+171=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AB is #55FF54. Grayscale: #454545. Windows color (decimal): -5635925 or 11206826. OLE color: 11206826.

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

Color convert

RGB 170 0 171 -
CMYK 0.01 1 0 0.33
HSL 299.65º 1% 0.34% -
HSV(B) 299.65º 1% 0.67% -
XYZ 23.93 11.49 39.48 -
YUV 70.32 184.82 199.1 -
System Red Green Blue C M Y K H S L
Decimal 170 0 171 0.01 1 0 0.33 299.65 1 0.34
Hex AA 0 AB 1 64 0 21 12C 64 22
Octal 252 0 253 1 144 0 41 454 144 42
Binary 10101010 0 10101011 1 1100100 0 100001 100101100 1100100 100010

Color Harmonies of #AA00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00AB

Black with #AA00AB

Text Example


Text Example

White with #AA00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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