Html Css Color HEX #A00C9A Dark Magenta

📋 copy color: '#A00C9A'

red 160 ◦ green 12 ◦ blue 154

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

Shades of Dark Magenta #A00C9A

Tints of Dark Magenta #A00C9A

RGB

 RED value IS 160 (62.89% from 255) = 49.08%

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

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 49.08%
G = 3.68%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A00C9A (or 0xA00C9A) is known color: Dark Magenta. HEX triplet: A0, 0C and 9A. RGB value is (160,12,154). Sum of RGB (Red+Green+Blue) = 160+12+154=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C9A is #5FF365. Grayscale: #484848. Windows color (decimal): -6288230 or 10095776. OLE color: 10095776.

HSL color Cylindrical-coordinate representation of color #A00C9A: hue angle of 302.43º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C9A is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 12 154 -
CMYK 0 0.93 0.04 0.37
HSL 302.43º 0.86% 0.34% -
HSV(B) 302.43º 0.93% 0.63% -
XYZ 20.46 10.07 31.44 -
YUV 72.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 160 12 154 0 0.93 0.04 0.37 302.43 0.86 0.34
Hex A0 C 9A 0 5D 4 25 12E 56 22
Octal 240 14 232 0 135 4 45 456 126 42
Binary 10100000 1100 10011010 0 1011101 100 100101 100101110 1010110 100010

Color Harmonies of #A00C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C9A

Black with #A00C9A

Text Example


Text Example

White with #A00C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C9A; }

 p { color: rgb(160,12,154); }

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

background-color css

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

 a { background-color: rgb(160,12,154); }

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

border-color css

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

 span { border-color: rgb(160,12,154); }

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