Html Css Color HEX #A00891 Dark Magenta

📋 copy color: '#A00891'

red 160 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #A00891

Tints of Dark Magenta #A00891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 51.12%
G = 2.56%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00891 (or 0xA00891) is known color: Dark Magenta. HEX triplet: A0, 08 and 91. RGB value is (160,8,145). Sum of RGB (Red+Green+Blue) = 160+8+145=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00891 is #5FF76E. Grayscale: #444444. Windows color (decimal): -6289263 or 9504928. OLE color: 9504928.

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

Color convert

RGB 160 8 145 -
CMYK 0 0.95 0.09 0.37
HSL 305.92º 0.9% 0.33% -
HSV(B) 305.92º 0.95% 0.63% -
XYZ 19.69 9.69 27.62 -
YUV 69.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 160 8 145 0 0.95 0.09 0.37 305.92 0.9 0.33
Hex A0 8 91 0 5F 9 25 132 5A 21
Octal 240 10 221 0 137 11 45 462 132 41
Binary 10100000 1000 10010001 0 1011111 1001 100101 100110010 1011010 100001

Color Harmonies of #A00891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00891

Black with #A00891

Text Example


Text Example

White with #A00891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00891; }

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

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

background-color css

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

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

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

border-color css

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

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

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