#A10BA4

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

Shades of Dark Magenta #A10BA4

Tints of Dark Magenta #A10BA4

Color information

#A10BA4 (or 0xA10BA4) is unknown color: approx Dark Magenta. HEX triplet: A1, 0B and A4. RGB value is (161,11,164). Sum of RGB (Red+Green+Blue) = 161+11+164=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #A10BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10BA4 is #5EF45B. Grayscale: #484848. Windows color (decimal): -6222940 or 10750881. OLE color: 10750881.

HSL color Cylindrical-coordinate representation of color #A10BA4: hue angle of 298.82º 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 #A10BA4 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16111164-
CMYK0.020.9300.36
HSL298.82º87.43%34.31%-
HSV(B)298.82º93.29%64.31%-
XYZ21.5210.536.01-
YUV73.29179.2190.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 11 (4.69% from 255) = 3.27%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=47.92%
G=3.27%
B=48.81%

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
Decimal161111640.020.9300.36298.8287.4334.31
HexA1BA425D02412b5722
Octal24113244213504445312742
Binary1010000110111010010010101110101001001001010111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10BA4; }

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

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

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

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

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

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

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

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