#A46095

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

Shades of Violet Blue #A46095

Tints of Violet Blue #A46095

Color information

#A46095 (or 0xA46095) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and 95. RGB value is (164,96,149). Sum of RGB (Red+Green+Blue) = 164+96+149=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46095 is #5B9F6A. Grayscale: #7A7A7A. Windows color (decimal): -6004587 or 9789604. OLE color: 9789604.

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

Color convert

RGB16496149-
CMYK00.410.090.36
HSL313.24º27.2%50.98%-
HSV(B)313.24º41.46%64.31%-
XYZ24.9218.4330.68-
YUV122.37143.03157.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=40.10%
G=23.47%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649614900.410.090.36313.2427.250.98
HexA460950299241391b33
Octal24414022505111444713363
Binary101001001100000100101010101001100110010010011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46095; }

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

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

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

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

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

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

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

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