Html Css Color HEX #A00A9C Dark Magenta

📋 copy color: '#A00A9C'

red 160 ◦ green 10 ◦ blue 156

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

Shades of Dark Magenta #A00A9C

Tints of Dark Magenta #A00A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 49.08%
G = 3.07%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A00A9C (or 0xA00A9C) is known color: Dark Magenta. HEX triplet: A0, 0A and 9C. RGB value is (160,10,156). Sum of RGB (Red+Green+Blue) = 160+10+156=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A9C is #5FF563. Grayscale: #474747. Windows color (decimal): -6288740 or 10226336. OLE color: 10226336.

HSL color Cylindrical-coordinate representation of color #A00A9C: hue angle of 301.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A9C is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 156 -
CMYK 0 0.94 0.02 0.37
HSL 301.6º 0.88% 0.33% -
HSV(B) 301.6º 0.94% 0.63% -
XYZ 20.61 10.09 32.31 -
YUV 71.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 160 10 156 0 0.94 0.02 0.37 301.6 0.88 0.33
Hex A0 A 9C 0 5E 2 25 12E 58 21
Octal 240 12 234 0 136 2 45 456 130 41
Binary 10100000 1010 10011100 0 1011110 10 100101 100101110 1011000 100001

Color Harmonies of #A00A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A9C

Black with #A00A9C

Text Example


Text Example

White with #A00A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A9C; }

 p { color: rgb(160,10,156); }

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

background-color css

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

 a { background-color: rgb(160,10,156); }

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

border-color css

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

 span { border-color: rgb(160,10,156); }

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