Html Css Color HEX #A80C9D Dark Magenta

📋 copy color: '#A80C9D'

red 168 ◦ green 12 ◦ blue 157

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

Shades of Dark Magenta #A80C9D

Tints of Dark Magenta #A80C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 49.85%
G = 3.56%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A80C9D (or 0xA80C9D) is known color: Dark Magenta. HEX triplet: A8, 0C and 9D. RGB value is (168,12,157). Sum of RGB (Red+Green+Blue) = 168+12+157=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C9D is #57F362. Grayscale: #4A4A4A. Windows color (decimal): -5763939 or 10292392. OLE color: 10292392.

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

Color convert

RGB 168 12 157 -
CMYK 0 0.93 0.07 0.34
HSL 304.23º 0.87% 0.35% -
HSV(B) 304.23º 0.93% 0.66% -
XYZ 22.37 11.02 32.85 -
YUV 75.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 168 12 157 0 0.93 0.07 0.34 304.23 0.87 0.35
Hex A8 C 9D 0 5D 7 22 130 57 23
Octal 250 14 235 0 135 7 42 460 127 43
Binary 10101000 1100 10011101 0 1011101 111 100010 100110000 1010111 100011

Color Harmonies of #A80C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C9D

Black with #A80C9D

Text Example


Text Example

White with #A80C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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