Html Css Color HEX #A00D9A Dark Magenta

📋 copy color: '#A00D9A'

red 160 ◦ green 13 ◦ blue 154

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

Shades of Dark Magenta #A00D9A

Tints of Dark Magenta #A00D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

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

R = 48.93%
G = 3.98%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A00D9A (or 0xA00D9A) is known color: Dark Magenta. HEX triplet: A0, 0D and 9A. RGB value is (160,13,154). Sum of RGB (Red+Green+Blue) = 160+13+154=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D9A is #5FF265. Grayscale: #484848. Windows color (decimal): -6287974 or 10096032. OLE color: 10096032.

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

Color convert

RGB 160 13 154 -
CMYK 0 0.92 0.04 0.37
HSL 302.45º 0.85% 0.34% -
HSV(B) 302.45º 0.92% 0.63% -
XYZ 20.47 10.09 31.44 -
YUV 73.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 160 13 154 0 0.92 0.04 0.37 302.45 0.85 0.34
Hex A0 D 9A 0 5C 4 25 12E 55 22
Octal 240 15 232 0 134 4 45 456 125 42
Binary 10100000 1101 10011010 0 1011100 100 100101 100101110 1010101 100010

Color Harmonies of #A00D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D9A

Black with #A00D9A

Text Example


Text Example

White with #A00D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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