#A46096

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

Shades of Violet Blue #A46096

Tints of Violet Blue #A46096

Color information

#A46096 (or 0xA46096) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and 96. RGB value is (164,96,150). Sum of RGB (Red+Green+Blue) = 164+96+150=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A46096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46096 is #5B9F69. Grayscale: #7A7A7A. Windows color (decimal): -6004586 or 9855140. OLE color: 9855140.

HSL color Cylindrical-coordinate representation of color #A46096: hue angle of 312.35º 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 #A46096 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16496150-
CMYK00.410.090.36
HSL312.35º27.2%50.98%-
HSV(B)312.35º41.46%64.31%-
XYZ2518.4631.1-
YUV122.49143.53157.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=40%
G=23.41%
B=36.59%

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
Decimal1649615000.410.090.36312.3527.250.98
HexA460960299241381b33
Octal24414022605111444703363
Binary101001001100000100101100101001100110010010011100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46096; }

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

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

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

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

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

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

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

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