#A65696

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

Shades of Violet Blue #A65696

Tints of Violet Blue #A65696

Color information

#A65696 (or 0xA65696) is unknown color: approx Violet Blue. HEX triplet: A6, 56 and 96. RGB value is (166,86,150). Sum of RGB (Red+Green+Blue) = 166+86+150=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65696 is #59A969. Grayscale: #757575. Windows color (decimal): -5876074 or 9852582. OLE color: 9852582.

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

Color convert

RGB16686150-
CMYK00.480.100.35
HSL312º31.75%49.41%-
HSV(B)312º48.19%65.1%-
XYZ24.5616.9630.83-
YUV117.22146.5162.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=41.29%
G=21.39%
B=37.31%

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
Decimal1668615000.480.100.3531231.7549.41
HexA65696030A231382031
Octal24612622606012434704061
Binary1010011010101101001011001100001010100011100111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65696; }

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

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

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

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

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

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

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

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