#A65496

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

Shades of Violet Blue #A65496

Tints of Violet Blue #A65496

Color information

#A65496 (or 0xA65496) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and 96. RGB value is (166,84,150). Sum of RGB (Red+Green+Blue) = 166+84+150=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A65496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65496 is #59AB69. Grayscale: #737373. Windows color (decimal): -5876586 or 9852070. OLE color: 9852070.

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

Color convert

RGB16684150-
CMYK00.490.100.35
HSL311.71º32.8%49.02%-
HSV(B)311.71º49.4%65.1%-
XYZ24.416.6530.78-
YUV116.04147.17163.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=41.5%
G=21%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668415000.490.100.35311.7132.849.02
HexA65496031A231382131
Octal24612422606112434704161
Binary1010011010101001001011001100011010100011100111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65496; }

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

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

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

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

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

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

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

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