Html Css Color HEX #A00C99 Dark Magenta

📋 copy color: '#A00C99'

red 160 ◦ green 12 ◦ blue 153

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

Shades of Dark Magenta #A00C99

Tints of Dark Magenta #A00C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 49.23%
G = 3.69%
B = 47.08%

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

#A00C99 (or 0xA00C99) is known color: Dark Magenta. HEX triplet: A0, 0C and 99. RGB value is (160,12,153). Sum of RGB (Red+Green+Blue) = 160+12+153=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C99 is #5FF366. Grayscale: #474747. Windows color (decimal): -6288231 or 10030240. OLE color: 10030240.

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

Color convert

RGB 160 12 153 -
CMYK 0 0.93 0.04 0.37
HSL 302.84º 0.86% 0.34% -
HSV(B) 302.84º 0.93% 0.63% -
XYZ 20.38 10.04 31 -
YUV 72.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 160 12 153 0 0.93 0.04 0.37 302.84 0.86 0.34
Hex A0 C 99 0 5D 4 25 12F 56 22
Octal 240 14 231 0 135 4 45 457 126 42
Binary 10100000 1100 10011001 0 1011101 100 100101 100101111 1010110 100010

Color Harmonies of #A00C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C99

Black with #A00C99

Text Example


Text Example

White with #A00C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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