#a658a9

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

Shades of Violet Blue #A658A9

Tints of Violet Blue #A658A9

Color information

#A658A9 (or 0xA658A9) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and A9. RGB value is (166,88,169). Sum of RGB (Red+Green+Blue) = 166+88+169=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #A658A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658A9 is #59A756. Grayscale: #787878. Windows color (decimal): -5875543 or 11098278. OLE color: 11098278.

HSL color Cylindrical-coordinate representation of color #A658A9: hue angle of 297.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A658A9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16688169-
CMYK0.020.4800.34
HSL297.78º32.02%50.39%-
HSV(B)297.78º47.93%66.27%-
XYZ26.3817.9539.61-
YUV120.56155.34160.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=39.24%
G=20.80%
B=39.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166881690.020.4800.34297.7832.0250.39
HexA658A923002212a2032
Octal2461302512600424524062
Binary10100110101100010101001101100000100010100101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a658a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a658a9; }

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

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

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

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

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

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

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

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