Html Css Color HEX #A80AAC Dark Magenta

📋 copy color: '#A80AAC'

red 168 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A80AAC

Tints of Dark Magenta #A80AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 48%
G = 2.86%
B = 49.14%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80AAC (or 0xA80AAC) is known color: Dark Magenta. HEX triplet: A8, 0A and AC. RGB value is (168,10,172). Sum of RGB (Red+Green+Blue) = 168+10+172=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A80AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AAC is #57F553. Grayscale: #4B4B4B. Windows color (decimal): -5764436 or 11274920. OLE color: 11274920.

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

Color convert

RGB 168 10 172 -
CMYK 0.02 0.94 0 0.33
HSL 298.52º 0.89% 0.36% -
HSV(B) 298.52º 0.94% 0.67% -
XYZ 23.7 11.52 40 -
YUV 75.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 168 10 172 0.02 0.94 0 0.33 298.52 0.89 0.36
Hex A8 A AC 2 5E 0 21 12B 59 24
Octal 250 12 254 2 136 0 41 453 131 44
Binary 10101000 1010 10101100 10 1011110 0 100001 100101011 1011001 100100

Color Harmonies of #A80AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AAC

Black with #A80AAC

Text Example


Text Example

White with #A80AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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