#A60BA5

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

Shades of Dark Magenta #A60BA5

Tints of Dark Magenta #A60BA5

Color information

#A60BA5 (or 0xA60BA5) is unknown color: approx Dark Magenta. HEX triplet: A6, 0B and A5. RGB value is (166,11,165). Sum of RGB (Red+Green+Blue) = 166+11+165=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A60BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BA5 is #59F45A. Grayscale: #4A4A4A. Windows color (decimal): -5895259 or 10816422. OLE color: 10816422.

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

Color convert

RGB16611165-
CMYK00.930.010.35
HSL300.39º87.57%34.71%-
HSV(B)300.39º93.37%65.1%-
XYZ22.6411.0636.54-
YUV74.9178.85192.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 11 (4.69% from 255) = 3.22%
BLUE value IS 165 (64.84% from 255) = 48.25%
R=48.54%
G=3.22%
B=48.25%

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
Decimal1661116500.930.010.35300.3987.5734.71
HexA6BA505D12312c5823
Octal24613245013514345413043
Binary101001101011101001010101110111000111001011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60BA5; }

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

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

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

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

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

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

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

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