Html Css Color HEX #A0089E Dark Magenta

📋 copy color: '#A0089E'

red 160 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #A0089E

Tints of Dark Magenta #A0089E

RGB

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

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

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

R = 49.08%
G = 2.45%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0089E (or 0xA0089E) is known color: Dark Magenta. HEX triplet: A0, 08 and 9E. RGB value is (160,8,158). Sum of RGB (Red+Green+Blue) = 160+8+158=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0089E is #5FF761. Grayscale: #464646. Windows color (decimal): -6289250 or 10356896. OLE color: 10356896.

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

Color convert

RGB 160 8 158 -
CMYK 0 0.95 0.01 0.37
HSL 300.79º 0.9% 0.33% -
HSV(B) 300.79º 0.95% 0.63% -
XYZ 20.76 10.12 33.21 -
YUV 70.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 160 8 158 0 0.95 0.01 0.37 300.79 0.9 0.33
Hex A0 8 9E 0 5F 1 25 12D 5A 21
Octal 240 10 236 0 137 1 45 455 132 41
Binary 10100000 1000 10011110 0 1011111 1 100101 100101101 1011010 100001

Color Harmonies of #A0089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0089E

Black with #A0089E

Text Example


Text Example

White with #A0089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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