Html Css Color HEX #A0209B Dark Magenta

📋 copy color: '#A0209B'

red 160 ◦ green 32 ◦ blue 155

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

Shades of Dark Magenta #A0209B

Tints of Dark Magenta #A0209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 46.11%
G = 9.22%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0209B (or 0xA0209B) is known color: Dark Magenta. HEX triplet: A0, 20 and 9B. RGB value is (160,32,155). Sum of RGB (Red+Green+Blue) = 160+32+155=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0209B is #5FDF64. Grayscale: #535353. Windows color (decimal): -6283109 or 10166432. OLE color: 10166432.

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

Color convert

RGB 160 32 155 -
CMYK 0 0.80 0.03 0.37
HSL 302.34º 0.67% 0.38% -
HSV(B) 302.34º 0.8% 0.63% -
XYZ 20.93 10.87 32.01 -
YUV 84.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 160 32 155 0 0.80 0.03 0.37 302.34 0.67 0.38
Hex A0 20 9B 0 50 3 25 12E 43 26
Octal 240 40 233 0 120 3 45 456 103 46
Binary 10100000 100000 10011011 0 1010000 11 100101 100101110 1000011 100110

Color Harmonies of #A0209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0209B

Black with #A0209B

Text Example


Text Example

White with #A0209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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