#A45695

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

Shades of Violet Blue #A45695

Tints of Violet Blue #A45695

Color information

#A45695 (or 0xA45695) is unknown color: approx Violet Blue. HEX triplet: A4, 56 and 95. RGB value is (164,86,149). Sum of RGB (Red+Green+Blue) = 164+86+149=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A45695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45695 is #5BA96A. Grayscale: #747474. Windows color (decimal): -6007147 or 9787044. OLE color: 9787044.

HSL color Cylindrical-coordinate representation of color #A45695: hue angle of 311.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45695 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16486149-
CMYK00.480.090.36
HSL311.54º31.2%49.02%-
HSV(B)311.54º47.56%64.31%-
XYZ24.0616.7230.39-
YUV116.5146.34161.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=41.10%
G=21.55%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648614900.480.090.36311.5431.249.02
HexA456950309241381f31
Octal24412622506011444703761
Binary101001001010110100101010110000100110010010011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45695; }

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

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

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

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

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

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

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

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