#A6539A

Color #A6539A Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A6539A

Tints of Violet Blue #A6539A

Color information

#A6539A (or 0xA6539A) is unknown color: approx Violet Blue. HEX triplet: A6, 53 and 9A. RGB value is (166,83,154). Sum of RGB (Red+Green+Blue) = 166+83+154=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6539A is #59AC65. Grayscale: #737373. Windows color (decimal): -5876838 or 10113958. OLE color: 10113958.

HSL color Cylindrical-coordinate representation of color #A6539A: hue angle of 308.67º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6539A is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16683154-
CMYK00.500.070.35
HSL308.67º33.33%48.82%-
HSV(B)308.67º50%65.1%-
XYZ24.6516.6332.48-
YUV115.91149.5163.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=41.19%
G=20.60%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668315400.500.070.35308.6733.3348.82
HexA6539A0327231352131
Octal2461232320627434654161
Binary101001101010011100110100110010111100011100110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6539A; }

 p { color: rgb(166,83,154); }

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

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

 a { background-color: rgb(166,83,154); }

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

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

 span { border-color: rgb(166,83,154); }

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