#A6589E

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

Shades of Violet Blue #A6589E

Tints of Violet Blue #A6589E

Color information

#A6589E (or 0xA6589E) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and 9E. RGB value is (166,88,158). Sum of RGB (Red+Green+Blue) = 166+88+158=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6589E is #59A761. Grayscale: #777777. Windows color (decimal): -5875554 or 10377382. OLE color: 10377382.

HSL color Cylindrical-coordinate representation of color #A6589E: hue angle of 306.15º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6589E is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16688158-
CMYK00.470.050.35
HSL306.15º30.71%49.8%-
HSV(B)306.15º46.99%65.1%-
XYZ25.3917.5634.4-
YUV119.3149.84161.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=40.29%
G=21.36%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668815800.470.050.35306.1530.7149.8
HexA6589E02F5231321f32
Octal2461302360575434623762
Binary10100110101100010011110010111110110001110011001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6589E; }

 p { color: rgb(166,88,158); }

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

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

 a { background-color: rgb(166,88,158); }

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

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

 span { border-color: rgb(166,88,158); }

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