Html Css Color HEX #A00886 Dark Magenta

📋 copy color: '#A00886'

red 160 ◦ green 8 ◦ blue 134

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

Shades of Dark Magenta #A00886

Tints of Dark Magenta #A00886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 52.98%
G = 2.65%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00886 (or 0xA00886) is known color: Dark Magenta. HEX triplet: A0, 08 and 86. RGB value is (160,8,134). Sum of RGB (Red+Green+Blue) = 160+8+134=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A00886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00886 is #5FF779. Grayscale: #434343. Windows color (decimal): -6289274 or 8784032. OLE color: 8784032.

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

Color convert

RGB 160 8 134 -
CMYK 0 0.95 0.16 0.37
HSL 310.26º 0.9% 0.33% -
HSV(B) 310.26º 0.95% 0.63% -
XYZ 18.89 9.37 23.37 -
YUV 67.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 160 8 134 0 0.95 0.16 0.37 310.26 0.9 0.33
Hex A0 8 86 0 5F 10 25 136 5A 21
Octal 240 10 206 0 137 20 45 466 132 41
Binary 10100000 1000 10000110 0 1011111 10000 100101 100110110 1011010 100001

Color Harmonies of #A00886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00886

Black with #A00886

Text Example


Text Example

White with #A00886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00886; }

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

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

background-color css

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

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

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

border-color css

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

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

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