#A65695

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

Shades of Violet Blue #A65695

Tints of Violet Blue #A65695

Color information

#A65695 (or 0xA65695) is unknown color: approx Violet Blue. HEX triplet: A6, 56 and 95. RGB value is (166,86,149). Sum of RGB (Red+Green+Blue) = 166+86+149=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A65695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65695 is #59A96A. Grayscale: #747474. Windows color (decimal): -5876075 or 9787046. OLE color: 9787046.

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

Color convert

RGB16686149-
CMYK00.480.100.35
HSL312.75º31.75%49.41%-
HSV(B)312.75º48.19%65.1%-
XYZ24.4816.9330.41-
YUV117.1146162.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=41.40%
G=21.45%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668614900.480.100.35312.7531.7549.41
HexA65695030A231392031
Octal24612622506012434714061
Binary1010011010101101001010101100001010100011100111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65695; }

 p { color: rgb(166,86,149); }

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

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

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

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

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

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

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