#A65897

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

Shades of Violet Blue #A65897

Tints of Violet Blue #A65897

Color information

#A65897 (or 0xA65897) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and 97. RGB value is (166,88,151). Sum of RGB (Red+Green+Blue) = 166+88+151=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A65897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65897 is #59A768. Grayscale: #767676. Windows color (decimal): -5875561 or 9918630. OLE color: 9918630.

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

Color convert

RGB16688151-
CMYK00.470.090.35
HSL311.54º30.71%49.8%-
HSV(B)311.54º46.99%65.1%-
XYZ24.817.3231.31-
YUV118.5146.34161.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=40.99%
G=21.73%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668815100.470.090.35311.5430.7149.8
HexA6589702F9231381f32
Octal24613022705711434703762
Binary101001101011000100101110101111100110001110011100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65897; }

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

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

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

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

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

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

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

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