Html Css Color HEX #A00C9F Dark Magenta

📋 copy color: '#A00C9F'

red 160 ◦ green 12 ◦ blue 159

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

Shades of Dark Magenta #A00C9F

Tints of Dark Magenta #A00C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 48.34%
G = 3.63%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A00C9F (or 0xA00C9F) is known color: Dark Magenta. HEX triplet: A0, 0C and 9F. RGB value is (160,12,159). Sum of RGB (Red+Green+Blue) = 160+12+159=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C9F is #5FF360. Grayscale: #484848. Windows color (decimal): -6288225 or 10423456. OLE color: 10423456.

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

Color convert

RGB 160 12 159 -
CMYK 0 0.93 0.01 0.37
HSL 300.41º 0.86% 0.34% -
HSV(B) 300.41º 0.93% 0.63% -
XYZ 20.89 10.24 33.68 -
YUV 73.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 160 12 159 0 0.93 0.01 0.37 300.41 0.86 0.34
Hex A0 C 9F 0 5D 1 25 12C 56 22
Octal 240 14 237 0 135 1 45 454 126 42
Binary 10100000 1100 10011111 0 1011101 1 100101 100101100 1010110 100010

Color Harmonies of #A00C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C9F

Black with #A00C9F

Text Example


Text Example

White with #A00C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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