Html Css Color HEX #A00896 Dark Magenta

📋 copy color: '#A00896'

red 160 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #A00896

Tints of Dark Magenta #A00896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.17%

R = 50.31%
G = 2.52%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00896 (or 0xA00896) is known color: Dark Magenta. HEX triplet: A0, 08 and 96. RGB value is (160,8,150). Sum of RGB (Red+Green+Blue) = 160+8+150=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A00896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00896 is #5FF769. Grayscale: #454545. Windows color (decimal): -6289258 or 9832608. OLE color: 9832608.

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

Color convert

RGB 160 8 150 -
CMYK 0 0.95 0.06 0.37
HSL 303.95º 0.9% 0.33% -
HSV(B) 303.95º 0.95% 0.63% -
XYZ 20.09 9.85 29.7 -
YUV 69.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 160 8 150 0 0.95 0.06 0.37 303.95 0.9 0.33
Hex A0 8 96 0 5F 6 25 130 5A 21
Octal 240 10 226 0 137 6 45 460 132 41
Binary 10100000 1000 10010110 0 1011111 110 100101 100110000 1011010 100001

Color Harmonies of #A00896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00896

Black with #A00896

Text Example


Text Example

White with #A00896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00896; }

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

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

background-color css

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

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

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

border-color css

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

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

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