#A60BA8

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

Shades of Dark Magenta #A60BA8

Tints of Dark Magenta #A60BA8

Color information

#A60BA8 (or 0xA60BA8) is unknown color: approx Dark Magenta. HEX triplet: A6, 0B and A8. RGB value is (166,11,168). Sum of RGB (Red+Green+Blue) = 166+11+168=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #A60BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BA8 is #59F457. Grayscale: #4A4A4A. Windows color (decimal): -5895256 or 11013030. OLE color: 11013030.

HSL color Cylindrical-coordinate representation of color #A60BA8: hue angle of 299.24º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60BA8 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16611168-
CMYK0.010.9300.34
HSL299.24º87.71%35.1%-
HSV(B)299.24º93.45%65.88%-
XYZ22.9111.1737.99-
YUV75.24180.35192.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 11 (4.69% from 255) = 3.19%
BLUE value IS 168 (66.02% from 255) = 48.70%
R=48.12%
G=3.19%
B=48.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166111680.010.9300.34299.2487.7135.1
HexA6BA815D02212b5823
Octal24613250113504245313043
Binary101001101011101010001101110101000101001010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60BA8; }

 p { color: rgb(166,11,168); }

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

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

 a { background-color: rgb(166,11,168); }

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

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

 span { border-color: rgb(166,11,168); }

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