Html Css Color HEX #A80AA5 Dark Magenta

📋 copy color: '#A80AA5'

red 168 ◦ green 10 ◦ blue 165

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

Shades of Dark Magenta #A80AA5

Tints of Dark Magenta #A80AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 48.98%
G = 2.92%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A80AA5 (or 0xA80AA5) is known color: Dark Magenta. HEX triplet: A8, 0A and A5. RGB value is (168,10,165). Sum of RGB (Red+Green+Blue) = 168+10+165=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A80AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AA5 is #57F55A. Grayscale: #4A4A4A. Windows color (decimal): -5764443 or 10816168. OLE color: 10816168.

HSL color Cylindrical-coordinate representation of color #A80AA5: hue angle of 301.14º 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 #A80AA5 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 10 165 -
CMYK 0 0.94 0.02 0.34
HSL 301.14º 0.89% 0.35% -
HSV(B) 301.14º 0.94% 0.66% -
XYZ 23.05 11.26 36.56 -
YUV 74.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 168 10 165 0 0.94 0.02 0.34 301.14 0.89 0.35
Hex A8 A A5 0 5E 2 22 12D 59 23
Octal 250 12 245 0 136 2 42 455 131 43
Binary 10101000 1010 10100101 0 1011110 10 100010 100101101 1011001 100011

Color Harmonies of #A80AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AA5

Black with #A80AA5

Text Example


Text Example

White with #A80AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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