#A46396

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

Shades of Violet Blue #A46396

Tints of Violet Blue #A46396

Color information

#A46396 (or 0xA46396) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and 96. RGB value is (164,99,150). Sum of RGB (Red+Green+Blue) = 164+99+150=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46396 is #5B9C69. Grayscale: #7C7C7C. Windows color (decimal): -6003818 or 9855908. OLE color: 9855908.

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

Color convert

RGB16499150-
CMYK00.400.090.36
HSL312.92º26.32%51.57%-
HSV(B)312.92º39.63%64.31%-
XYZ25.2819.0231.19-
YUV124.25142.53156.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=39.71%
G=23.97%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649915000.400.090.36312.9226.3251.57
HexA463960289241391a34
Octal24414322605011444713264
Binary101001001100011100101100101000100110010010011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46396; }

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

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

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

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

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

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

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

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