Html Css Color HEX #A00D9E Dark Magenta

📋 copy color: '#A00D9E'

red 160 ◦ green 13 ◦ blue 158

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

Shades of Dark Magenta #A00D9E

Tints of Dark Magenta #A00D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 48.34%
G = 3.93%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A00D9E (or 0xA00D9E) is known color: Dark Magenta. HEX triplet: A0, 0D and 9E. RGB value is (160,13,158). Sum of RGB (Red+Green+Blue) = 160+13+158=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D9E is #5FF261. Grayscale: #494949. Windows color (decimal): -6287970 or 10358176. OLE color: 10358176.

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

Color convert

RGB 160 13 158 -
CMYK 0 0.92 0.01 0.37
HSL 300.82º 0.85% 0.34% -
HSV(B) 300.82º 0.92% 0.63% -
XYZ 20.81 10.23 33.23 -
YUV 73.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 160 13 158 0 0.92 0.01 0.37 300.82 0.85 0.34
Hex A0 D 9E 0 5C 1 25 12D 55 22
Octal 240 15 236 0 134 1 45 455 125 42
Binary 10100000 1101 10011110 0 1011100 1 100101 100101101 1010101 100010

Color Harmonies of #A00D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D9E

Black with #A00D9E

Text Example


Text Example

White with #A00D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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