Html Css Color HEX #A80C96 Dark Magenta

📋 copy color: '#A80C96'

red 168 ◦ green 12 ◦ blue 150

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

Shades of Dark Magenta #A80C96

Tints of Dark Magenta #A80C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 50.91%
G = 3.64%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A80C96 (or 0xA80C96) is known color: Dark Magenta. HEX triplet: A8, 0C and 96. RGB value is (168,12,150). Sum of RGB (Red+Green+Blue) = 168+12+150=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C96 is #57F369. Grayscale: #494949. Windows color (decimal): -5763946 or 9833640. OLE color: 9833640.

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

Color convert

RGB 168 12 150 -
CMYK 0 0.93 0.11 0.34
HSL 306.92º 0.87% 0.35% -
HSV(B) 306.92º 0.93% 0.66% -
XYZ 21.78 10.79 29.79 -
YUV 74.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 168 12 150 0 0.93 0.11 0.34 306.92 0.87 0.35
Hex A8 C 96 0 5D B 22 133 57 23
Octal 250 14 226 0 135 13 42 463 127 43
Binary 10101000 1100 10010110 0 1011101 1011 100010 100110011 1010111 100011

Color Harmonies of #A80C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C96

Black with #A80C96

Text Example


Text Example

White with #A80C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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