Html Css Color HEX #A80EA3 Dark Magenta

📋 copy color: '#A80EA3'

red 168 ◦ green 14 ◦ blue 163

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

Shades of Dark Magenta #A80EA3

Tints of Dark Magenta #A80EA3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.06%

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

R = 48.7%
G = 4.06%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A80EA3 (or 0xA80EA3) is known color: Dark Magenta. HEX triplet: A8, 0E and A3. RGB value is (168,14,163). Sum of RGB (Red+Green+Blue) = 168+14+163=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A80EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80EA3 is #57F15C. Grayscale: #4C4C4C. Windows color (decimal): -5763421 or 10686120. OLE color: 10686120.

HSL color Cylindrical-coordinate representation of color #A80EA3: hue angle of 301.95º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80EA3 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 14 163 -
CMYK 0 0.92 0.03 0.34
HSL 301.95º 0.85% 0.36% -
HSV(B) 301.95º 0.92% 0.66% -
XYZ 22.92 11.28 35.62 -
YUV 77.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 168 14 163 0 0.92 0.03 0.34 301.95 0.85 0.36
Hex A8 E A3 0 5C 3 22 12E 55 24
Octal 250 16 243 0 134 3 42 456 125 44
Binary 10101000 1110 10100011 0 1011100 11 100010 100101110 1010101 100100

Color Harmonies of #A80EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EA3

Black with #A80EA3

Text Example


Text Example

White with #A80EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EA3; }

 p { color: rgb(168,14,163); }

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

background-color css

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

 a { background-color: rgb(168,14,163); }

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

border-color css

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

 span { border-color: rgb(168,14,163); }

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