Html Css Color HEX #AA008B Dark Magenta

📋 copy color: '#AA008B'

red 170 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #AA008B

Tints of Dark Magenta #AA008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 55.02%
G = 0%
B = 44.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA008B (or 0xAA008B) is known color: Dark Magenta. HEX triplet: AA, 00 and 8B. RGB value is (170,0,139). Sum of RGB (Red+Green+Blue) = 170+0+139=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008B is #55FF74. Grayscale: #424242. Windows color (decimal): -5635957 or 9109674. OLE color: 9109674.

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

Color convert

RGB 170 0 139 -
CMYK 0 1 0.18 0.33
HSL 310.94º 1% 0.33% -
HSV(B) 310.94º 1% 0.67% -
XYZ 21.24 10.41 25.32 -
YUV 66.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 170 0 139 0 1 0.18 0.33 310.94 1 0.33
Hex AA 0 8B 0 64 12 21 137 64 21
Octal 252 0 213 0 144 22 41 467 144 41
Binary 10101010 0 10001011 0 1100100 10010 100001 100110111 1100100 100001

Color Harmonies of #AA008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA008B

Black with #AA008B

Text Example


Text Example

White with #AA008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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