#A60BA4

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

Shades of Dark Magenta #A60BA4

Tints of Dark Magenta #A60BA4

Color information

#A60BA4 (or 0xA60BA4) is unknown color: approx Dark Magenta. HEX triplet: A6, 0B and A4. RGB value is (166,11,164). Sum of RGB (Red+Green+Blue) = 166+11+164=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A60BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BA4 is #59F45B. Grayscale: #4A4A4A. Windows color (decimal): -5895260 or 10750886. OLE color: 10750886.

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

Color convert

RGB16611164-
CMYK00.930.010.35
HSL300.77º87.57%34.71%-
HSV(B)300.77º93.37%65.1%-
XYZ22.5511.0336.06-
YUV74.79178.35193.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 11 (4.69% from 255) = 3.23%
BLUE value IS 164 (64.45% from 255) = 48.09%
R=48.68%
G=3.23%
B=48.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661116400.930.010.35300.7787.5734.71
HexA6BA405D12312d5823
Octal24613244013514345513043
Binary101001101011101001000101110111000111001011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60BA4; }

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

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

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

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

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

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

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

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