Html Css Color HEX #A00D99 Dark Magenta

📋 copy color: '#A00D99'

red 160 ◦ green 13 ◦ blue 153

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

Shades of Dark Magenta #A00D99

Tints of Dark Magenta #A00D99

RGB

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

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

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

R = 49.08%
G = 3.99%
B = 46.93%

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

#A00D99 (or 0xA00D99) is known color: Dark Magenta. HEX triplet: A0, 0D and 99. RGB value is (160,13,153). Sum of RGB (Red+Green+Blue) = 160+13+153=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D99 is #5FF266. Grayscale: #484848. Windows color (decimal): -6287975 or 10030496. OLE color: 10030496.

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

Color convert

RGB 160 13 153 -
CMYK 0 0.92 0.04 0.37
HSL 302.86º 0.85% 0.34% -
HSV(B) 302.86º 0.92% 0.63% -
XYZ 20.39 10.06 31 -
YUV 72.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 160 13 153 0 0.92 0.04 0.37 302.86 0.85 0.34
Hex A0 D 99 0 5C 4 25 12F 55 22
Octal 240 15 231 0 134 4 45 457 125 42
Binary 10100000 1101 10011001 0 1011100 100 100101 100101111 1010101 100010

Color Harmonies of #A00D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D99

Black with #A00D99

Text Example


Text Example

White with #A00D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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