Html Css Color HEX #A0099D Dark Magenta

📋 copy color: '#A0099D'

red 160 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #A0099D

Tints of Dark Magenta #A0099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.76%

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 49.08%
G = 2.76%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0099D (or 0xA0099D) is known color: Dark Magenta. HEX triplet: A0, 09 and 9D. RGB value is (160,9,157). Sum of RGB (Red+Green+Blue) = 160+9+157=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0099D is #5FF662. Grayscale: #464646. Windows color (decimal): -6288995 or 10291616. OLE color: 10291616.

HSL color Cylindrical-coordinate representation of color #A0099D: hue angle of 301.19º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0099D is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 157 -
CMYK 0 0.94 0.02 0.37
HSL 301.19º 0.89% 0.33% -
HSV(B) 301.19º 0.94% 0.63% -
XYZ 20.68 10.1 32.76 -
YUV 71.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 160 9 157 0 0.94 0.02 0.37 301.19 0.89 0.33
Hex A0 9 9D 0 5E 2 25 12D 59 21
Octal 240 11 235 0 136 2 45 455 131 41
Binary 10100000 1001 10011101 0 1011110 10 100101 100101101 1011001 100001

Color Harmonies of #A0099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0099D

Black with #A0099D

Text Example


Text Example

White with #A0099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0099D; }

 p { color: rgb(160,9,157); }

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

background-color css

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

 a { background-color: rgb(160,9,157); }

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

border-color css

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

 span { border-color: rgb(160,9,157); }

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