Html Css Color HEX #A80AA6 Dark Magenta

📋 copy color: '#A80AA6'

red 168 ◦ green 10 ◦ blue 166

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

Shades of Dark Magenta #A80AA6

Tints of Dark Magenta #A80AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.26%

R = 48.84%
G = 2.91%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A80AA6 (or 0xA80AA6) is known color: Dark Magenta. HEX triplet: A8, 0A and A6. RGB value is (168,10,166). Sum of RGB (Red+Green+Blue) = 168+10+166=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A80AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AA6 is #57F559. Grayscale: #4A4A4A. Windows color (decimal): -5764442 or 10881704. OLE color: 10881704.

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

Color convert

RGB 168 10 166 -
CMYK 0 0.94 0.01 0.34
HSL 300.76º 0.89% 0.35% -
HSV(B) 300.76º 0.94% 0.66% -
XYZ 23.14 11.3 37.04 -
YUV 75.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 168 10 166 0 0.94 0.01 0.34 300.76 0.89 0.35
Hex A8 A A6 0 5E 1 22 12D 59 23
Octal 250 12 246 0 136 1 42 455 131 43
Binary 10101000 1010 10100110 0 1011110 1 100010 100101101 1011001 100011

Color Harmonies of #A80AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AA6

Black with #A80AA6

Text Example


Text Example

White with #A80AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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