Html Css Color HEX #A0089C Dark Magenta

📋 copy color: '#A0089C'

red 160 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #A0089C

Tints of Dark Magenta #A0089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 49.38%
G = 2.47%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0089C (or 0xA0089C) is known color: Dark Magenta. HEX triplet: A0, 08 and 9C. RGB value is (160,8,156). Sum of RGB (Red+Green+Blue) = 160+8+156=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0089C is #5FF763. Grayscale: #454545. Windows color (decimal): -6289252 or 10225824. OLE color: 10225824.

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

Color convert

RGB 160 8 156 -
CMYK 0 0.95 0.02 0.37
HSL 301.58º 0.9% 0.33% -
HSV(B) 301.58º 0.95% 0.63% -
XYZ 20.58 10.05 32.31 -
YUV 70.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 160 8 156 0 0.95 0.02 0.37 301.58 0.9 0.33
Hex A0 8 9C 0 5F 2 25 12E 5A 21
Octal 240 10 234 0 137 2 45 456 132 41
Binary 10100000 1000 10011100 0 1011111 10 100101 100101110 1011010 100001

Color Harmonies of #A0089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0089C

Black with #A0089C

Text Example


Text Example

White with #A0089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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