#A46595

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

Shades of Violet Blue #A46595

Tints of Violet Blue #A46595

Color information

#A46595 (or 0xA46595) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and 95. RGB value is (164,101,149). Sum of RGB (Red+Green+Blue) = 164+101+149=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46595 is #5B9A6A. Grayscale: #7D7D7D. Windows color (decimal): -6003307 or 9790884. OLE color: 9790884.

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

Color convert

RGB164101149-
CMYK00.380.090.36
HSL314.29º25.71%51.96%-
HSV(B)314.29º38.41%64.31%-
XYZ25.3919.3730.83-
YUV125.31141.37155.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=39.61%
G=24.40%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410114900.380.090.36314.2925.7151.96
HexA4659502692413a1a34
Octal24414522504611444723264
Binary101001001100101100101010100110100110010010011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46595; }

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

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

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

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

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

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

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

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