#A6589B

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

Shades of Violet Blue #A6589B

Tints of Violet Blue #A6589B

Color information

#A6589B (or 0xA6589B) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and 9B. RGB value is (166,88,155). Sum of RGB (Red+Green+Blue) = 166+88+155=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6589B is #59A764. Grayscale: #767676. Windows color (decimal): -5875557 or 10180774. OLE color: 10180774.

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

Color convert

RGB16688155-
CMYK00.470.070.35
HSL308.46º30.71%49.8%-
HSV(B)308.46º46.99%65.1%-
XYZ25.1317.4533.05-
YUV118.96148.34161.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=40.59%
G=21.52%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668815500.470.070.35308.4630.7149.8
HexA6589B02F7231341f32
Octal2461302330577434643762
Binary10100110101100010011011010111111110001110011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6589B; }

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

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

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

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

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

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

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

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