Html Css Color HEX #A0209E Dark Magenta

📋 copy color: '#A0209E'

red 160 ◦ green 32 ◦ blue 158

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

Shades of Dark Magenta #A0209E

Tints of Dark Magenta #A0209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 45.71%
G = 9.14%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0209E (or 0xA0209E) is known color: Dark Magenta. HEX triplet: A0, 20 and 9E. RGB value is (160,32,158). Sum of RGB (Red+Green+Blue) = 160+32+158=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0209E is #5FDF61. Grayscale: #545454. Windows color (decimal): -6283106 or 10363040. OLE color: 10363040.

HSL color Cylindrical-coordinate representation of color #A0209E: hue angle of 300.94º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0209E is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 158 -
CMYK 0 0.80 0.01 0.37
HSL 300.94º 0.67% 0.38% -
HSV(B) 300.94º 0.8% 0.63% -
XYZ 21.19 10.98 33.35 -
YUV 84.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 160 32 158 0 0.80 0.01 0.37 300.94 0.67 0.38
Hex A0 20 9E 0 50 1 25 12D 43 26
Octal 240 40 236 0 120 1 45 455 103 46
Binary 10100000 100000 10011110 0 1010000 1 100101 100101101 1000011 100110

Color Harmonies of #A0209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0209E

Black with #A0209E

Text Example


Text Example

White with #A0209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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