#A00BAD

Color #A00BAD Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A00BAD

Tints of Dark Magenta #A00BAD

Color information

#A00BAD (or 0xA00BAD) is unknown color: approx Dark Magenta. HEX triplet: A0, 0B and AD. RGB value is (160,11,173). Sum of RGB (Red+Green+Blue) = 160+11+173=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAD is #5FF452. Grayscale: #494949. Windows color (decimal): -6288467 or 11340704. OLE color: 11340704.

HSL color Cylindrical-coordinate representation of color #A00BAD: hue angle of 295.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BAD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16011173-
CMYK0.080.9400.32
HSL295.19º88.04%36.08%-
HSV(B)295.19º93.64%67.84%-
XYZ22.1610.7340.44-
YUV74.02183.86189.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 11 (4.69% from 255) = 3.20%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=46.51%
G=3.20%
B=50.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160111730.080.9400.32295.1988.0436.08
HexA0BAD85E0201275824
Octal240132551013604044713044
Binary101000001011101011011000101111001000001001001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00BAD; }

 p { color: rgb(160,11,173); }

 H1.HeaderClassName
 {
   color: #A00BAD;
 }
 .AnyTagClassName
 {
   color: #A00BAD;
 }
</style>
background-color css

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

 a { background-color: rgb(160,11,173); }

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

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

 span { border-color: rgb(160,11,173); }

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