#A65797

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

Shades of Violet Blue #A65797

Tints of Violet Blue #A65797

Color information

#A65797 (or 0xA65797) is unknown color: approx Violet Blue. HEX triplet: A6, 57 and 97. RGB value is (166,87,151). Sum of RGB (Red+Green+Blue) = 166+87+151=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A65797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65797 is #59A868. Grayscale: #757575. Windows color (decimal): -5875817 or 9918374. OLE color: 9918374.

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

Color convert

RGB16687151-
CMYK00.480.090.35
HSL311.39º31.23%49.61%-
HSV(B)311.39º47.59%65.1%-
XYZ24.7217.1631.29-
YUV117.92146.67162.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=41.09%
G=21.53%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668715100.480.090.35311.3931.2349.61
HexA657970309231371f32
Octal24612722706011434673762
Binary101001101010111100101110110000100110001110011011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65797; }

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

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

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

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

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

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

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

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