Html Css Color HEX #AA088D Dark Magenta

📋 copy color: '#AA088D'

red 170 ◦ green 8 ◦ blue 141

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

Shades of Dark Magenta #AA088D

Tints of Dark Magenta #AA088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 53.29%
G = 2.51%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA088D (or 0xAA088D) is known color: Dark Magenta. HEX triplet: AA, 08 and 8D. RGB value is (170,8,141). Sum of RGB (Red+Green+Blue) = 170+8+141=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA088D is #55F772. Grayscale: #474747. Windows color (decimal): -5633907 or 9242794. OLE color: 9242794.

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

Color convert

RGB 170 8 141 -
CMYK 0 0.95 0.17 0.33
HSL 310.74º 0.91% 0.35% -
HSV(B) 310.74º 0.95% 0.67% -
XYZ 21.47 10.64 26.12 -
YUV 71.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 170 8 141 0 0.95 0.17 0.33 310.74 0.91 0.35
Hex AA 8 8D 0 5F 11 21 137 5B 23
Octal 252 10 215 0 137 21 41 467 133 43
Binary 10101010 1000 10001101 0 1011111 10001 100001 100110111 1011011 100011

Color Harmonies of #AA088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA088D

Black with #AA088D

Text Example


Text Example

White with #AA088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA088D; }

 p { color: rgb(170,8,141); }

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

background-color css

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

 a { background-color: rgb(170,8,141); }

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

border-color css

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

 span { border-color: rgb(170,8,141); }

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