#A65896

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

Shades of Violet Blue #A65896

Tints of Violet Blue #A65896

Color information

#A65896 (or 0xA65896) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and 96. RGB value is (166,88,150). Sum of RGB (Red+Green+Blue) = 166+88+150=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A65896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65896 is #59A769. Grayscale: #767676. Windows color (decimal): -5875562 or 9853094. OLE color: 9853094.

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

Color convert

RGB16688150-
CMYK00.470.100.35
HSL312.31º30.71%49.8%-
HSV(B)312.31º46.99%65.1%-
XYZ24.7217.2930.89-
YUV118.39145.84161.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=41.09%
G=21.78%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668815000.470.100.35312.3130.7149.8
HexA6589602FA231381f32
Octal24613022605712434703762
Binary101001101011000100101100101111101010001110011100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65896; }

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

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

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

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

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

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

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

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