Html Css Color HEX #AA008A Dark Magenta

📋 copy color: '#AA008A'

red 170 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #AA008A

Tints of Dark Magenta #AA008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 55.19%
G = 0%
B = 44.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA008A (or 0xAA008A) is known color: Dark Magenta. HEX triplet: AA, 00 and 8A. RGB value is (170,0,138). Sum of RGB (Red+Green+Blue) = 170+0+138=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008A is #55FF75. Grayscale: #424242. Windows color (decimal): -5635958 or 9044138. OLE color: 9044138.

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

Color convert

RGB 170 0 138 -
CMYK 0 1 0.19 0.33
HSL 311.29º 1% 0.33% -
HSV(B) 311.29º 1% 0.67% -
XYZ 21.17 10.38 24.93 -
YUV 66.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 170 0 138 0 1 0.19 0.33 311.29 1 0.33
Hex AA 0 8A 0 64 13 21 137 64 21
Octal 252 0 212 0 144 23 41 467 144 41
Binary 10101010 0 10001010 0 1100100 10011 100001 100110111 1100100 100001

Color Harmonies of #AA008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA008A

Black with #AA008A

Text Example


Text Example

White with #AA008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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