Html Css Color HEX #A00199 Dark Magenta

📋 copy color: '#A00199'

red 160 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #A00199

Tints of Dark Magenta #A00199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 50.96%
G = 0.32%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A00199 (or 0xA00199) is known color: Dark Magenta. HEX triplet: A0, 01 and 99. RGB value is (160,1,153). Sum of RGB (Red+Green+Blue) = 160+1+153=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00199 is #5FFE66. Grayscale: #414141. Windows color (decimal): -6291047 or 10027424. OLE color: 10027424.

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

Color convert

RGB 160 1 153 -
CMYK 0 0.99 0.04 0.37
HSL 302.64º 0.99% 0.32% -
HSV(B) 302.64º 0.99% 0.63% -
XYZ 20.26 9.8 30.96 -
YUV 65.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 160 1 153 0 0.99 0.04 0.37 302.64 0.99 0.32
Hex A0 1 99 0 63 4 25 12F 63 20
Octal 240 1 231 0 143 4 45 457 143 40
Binary 10100000 1 10011001 0 1100011 100 100101 100101111 1100011 100000

Color Harmonies of #A00199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00199

Black with #A00199

Text Example


Text Example

White with #A00199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00199; }

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

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

background-color css

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

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

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

border-color css

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

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

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