Html Css Color HEX #AA0088 Dark Magenta

📋 copy color: '#AA0088'

red 170 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #AA0088

Tints of Dark Magenta #AA0088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA0088 (or 0xAA0088) is known color: Dark Magenta. HEX triplet: AA, 00 and 88. RGB value is (170,0,136). Sum of RGB (Red+Green+Blue) = 170+0+136=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0088 is #55FF77. Grayscale: #414141. Windows color (decimal): -5635960 or 8913066. OLE color: 8913066.

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

Color convert

RGB 170 0 136 -
CMYK 0 1 0.20 0.33
HSL 312º 1% 0.33% -
HSV(B) 312º 1% 0.67% -
XYZ 21.02 10.32 24.18 -
YUV 66.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 170 0 136 0 1 0.20 0.33 312 1 0.33
Hex AA 0 88 0 64 14 21 138 64 21
Octal 252 0 210 0 144 24 41 470 144 41
Binary 10101010 0 10001000 0 1100100 10100 100001 100111000 1100100 100001

Color Harmonies of #AA0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0088

Black with #AA0088

Text Example


Text Example

White with #AA0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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