Html Css Color HEX #A80AAA Dark Magenta

📋 copy color: '#A80AAA'

red 168 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #A80AAA

Tints of Dark Magenta #A80AAA

RGB

 RED value IS 168 (66.02% from 255) = 48.28%

 GREEN value IS 10 (4.3% from 255) = 2.87%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 48.28%
G = 2.87%
B = 48.85%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80AAA (or 0xA80AAA) is known color: Dark Magenta. HEX triplet: A8, 0A and AA. RGB value is (168,10,170). Sum of RGB (Red+Green+Blue) = 168+10+170=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A80AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AAA is #57F555. Grayscale: #4B4B4B. Windows color (decimal): -5764438 or 11143848. OLE color: 11143848.

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

Color convert

RGB 168 10 170 -
CMYK 0.01 0.94 0 0.33
HSL 299.25º 0.89% 0.35% -
HSV(B) 299.25º 0.94% 0.67% -
XYZ 23.51 11.44 39 -
YUV 75.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 168 10 170 0.01 0.94 0 0.33 299.25 0.89 0.35
Hex A8 A AA 1 5E 0 21 12B 59 23
Octal 250 12 252 1 136 0 41 453 131 43
Binary 10101000 1010 10101010 1 1011110 0 100001 100101011 1011001 100011

Color Harmonies of #A80AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AAA

Black with #A80AAA

Text Example


Text Example

White with #A80AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AAA; }

 p { color: rgb(168,10,170); }

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

background-color css

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

 a { background-color: rgb(168,10,170); }

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

border-color css

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

 span { border-color: rgb(168,10,170); }

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