#A65799

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

Shades of Violet Blue #A65799

Tints of Violet Blue #A65799

Color information

#A65799 (or 0xA65799) is unknown color: approx Violet Blue. HEX triplet: A6, 57 and 99. RGB value is (166,87,153). Sum of RGB (Red+Green+Blue) = 166+87+153=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A65799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65799 is #59A866. Grayscale: #757575. Windows color (decimal): -5875815 or 10049446. OLE color: 10049446.

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

Color convert

RGB16687153-
CMYK00.480.080.35
HSL309.87º31.23%49.61%-
HSV(B)309.87º47.59%65.1%-
XYZ24.8817.2232.15-
YUV118.15147.67162.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=40.89%
G=21.43%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668715300.480.080.35309.8731.2349.61
HexA657990308231361f32
Octal24612723106010434663762
Binary101001101010111100110010110000100010001110011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65799; }

 p { color: rgb(166,87,153); }

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

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

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

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

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

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

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