#A658A6

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

Shades of Violet Blue #A658A6

Tints of Violet Blue #A658A6

Color information

#A658A6 (or 0xA658A6) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and A6. RGB value is (166,88,166). Sum of RGB (Red+Green+Blue) = 166+88+166=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A658A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658A6 is #59A759. Grayscale: #777777. Windows color (decimal): -5875546 or 10901670. OLE color: 10901670.

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

Color convert

RGB16688166-
CMYK00.4700.35
HSL300º30.71%49.8%-
HSV(B)300º46.99%65.1%-
XYZ26.117.8438.14-
YUV120.21153.84160.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=39.52%
G=20.95%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668816600.4700.3530030.7149.8
HexA658A602F02312c1f32
Octal2461302460570434543762
Binary101001101011000101001100101111010001110010110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658A6; }

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

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

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

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

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

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

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

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