Html Css Color HEX #A80C9E Dark Magenta

📋 copy color: '#A80C9E'

red 168 ◦ green 12 ◦ blue 158

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

Shades of Dark Magenta #A80C9E

Tints of Dark Magenta #A80C9E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 49.7%
G = 3.55%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A80C9E (or 0xA80C9E) is known color: Dark Magenta. HEX triplet: A8, 0C and 9E. RGB value is (168,12,158). Sum of RGB (Red+Green+Blue) = 168+12+158=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C9E is #57F361. Grayscale: #4A4A4A. Windows color (decimal): -5763938 or 10357928. OLE color: 10357928.

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

Color convert

RGB 168 12 158 -
CMYK 0 0.93 0.06 0.34
HSL 303.85º 0.87% 0.35% -
HSV(B) 303.85º 0.93% 0.66% -
XYZ 22.45 11.06 33.3 -
YUV 75.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 168 12 158 0 0.93 0.06 0.34 303.85 0.87 0.35
Hex A8 C 9E 0 5D 6 22 130 57 23
Octal 250 14 236 0 135 6 42 460 127 43
Binary 10101000 1100 10011110 0 1011101 110 100010 100110000 1010111 100011

Color Harmonies of #A80C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C9E

Black with #A80C9E

Text Example


Text Example

White with #A80C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C9E; }

 p { color: rgb(168,12,158); }

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

background-color css

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

 a { background-color: rgb(168,12,158); }

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

border-color css

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

 span { border-color: rgb(168,12,158); }

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