Html Css Color HEX #AA08A3 Dark Magenta

📋 copy color: '#AA08A3'

red 170 ◦ green 8 ◦ blue 163

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

Shades of Dark Magenta #AA08A3

Tints of Dark Magenta #AA08A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.8%

R = 49.85%
G = 2.35%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA08A3 (or 0xAA08A3) is known color: Dark Magenta. HEX triplet: AA, 08 and A3. RGB value is (170,8,163). Sum of RGB (Red+Green+Blue) = 170+8+163=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA08A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA08A3 is #55F75C. Grayscale: #494949. Windows color (decimal): -5633885 or 10684586. OLE color: 10684586.

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

Color convert

RGB 170 8 163 -
CMYK 0 0.95 0.04 0.33
HSL 302.59º 0.91% 0.35% -
HSV(B) 302.59º 0.95% 0.67% -
XYZ 23.28 11.36 35.62 -
YUV 74.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 170 8 163 0 0.95 0.04 0.33 302.59 0.91 0.35
Hex AA 8 A3 0 5F 4 21 12F 5B 23
Octal 252 10 243 0 137 4 41 457 133 43
Binary 10101010 1000 10100011 0 1011111 100 100001 100101111 1011011 100011

Color Harmonies of #AA08A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08A3

Black with #AA08A3

Text Example


Text Example

White with #AA08A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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