#A6569A

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

Shades of Violet Blue #A6569A

Tints of Violet Blue #A6569A

Color information

#A6569A (or 0xA6569A) is unknown color: approx Violet Blue. HEX triplet: A6, 56 and 9A. RGB value is (166,86,154). Sum of RGB (Red+Green+Blue) = 166+86+154=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6569A is #59A965. Grayscale: #757575. Windows color (decimal): -5876070 or 10114726. OLE color: 10114726.

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

Color convert

RGB16686154-
CMYK00.480.070.35
HSL309º31.75%49.41%-
HSV(B)309º48.19%65.1%-
XYZ24.8917.132.56-
YUV117.67148.5162.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=40.89%
G=21.18%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668615400.480.070.3530931.7549.41
HexA6569A0307231352031
Octal2461262320607434654061
Binary101001101010110100110100110000111100011100110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6569A; }

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

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

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

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

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

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

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

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