#A00BA4

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

Shades of Dark Magenta #A00BA4

Tints of Dark Magenta #A00BA4

Color information

#A00BA4 (or 0xA00BA4) is unknown color: approx Dark Magenta. HEX triplet: A0, 0B and A4. RGB value is (160,11,164). Sum of RGB (Red+Green+Blue) = 160+11+164=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #A00BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BA4 is #5FF45B. Grayscale: #484848. Windows color (decimal): -6288476 or 10750880. OLE color: 10750880.

HSL color Cylindrical-coordinate representation of color #A00BA4: hue angle of 298.43º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00BA4 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16011164-
CMYK0.020.9300.36
HSL298.43º87.43%34.31%-
HSV(B)298.43º93.29%64.31%-
XYZ21.3210.3936-
YUV72.99179.36190.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=47.76%
G=3.28%
B=48.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160111640.020.9300.36298.4387.4334.31
HexA0BA425D02412a5722
Octal24013244213504445212742
Binary1010000010111010010010101110101001001001010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00BA4; }

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

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

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

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

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

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

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

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