Html Css Color HEX #A0089B Dark Magenta

📋 copy color: '#A0089B'

red 160 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #A0089B

Tints of Dark Magenta #A0089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 49.54%
G = 2.48%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0089B (or 0xA0089B) is known color: Dark Magenta. HEX triplet: A0, 08 and 9B. RGB value is (160,8,155). Sum of RGB (Red+Green+Blue) = 160+8+155=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0089B is #5FF764. Grayscale: #454545. Windows color (decimal): -6289253 or 10160288. OLE color: 10160288.

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

Color convert

RGB 160 8 155 -
CMYK 0 0.95 0.03 0.37
HSL 301.97º 0.9% 0.33% -
HSV(B) 301.97º 0.95% 0.63% -
XYZ 20.5 10.01 31.86 -
YUV 70.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 160 8 155 0 0.95 0.03 0.37 301.97 0.9 0.33
Hex A0 8 9B 0 5F 3 25 12E 5A 21
Octal 240 10 233 0 137 3 45 456 132 41
Binary 10100000 1000 10011011 0 1011111 11 100101 100101110 1011010 100001

Color Harmonies of #A0089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0089B

Black with #A0089B

Text Example


Text Example

White with #A0089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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