#A46197

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

Shades of Violet Blue #A46197

Tints of Violet Blue #A46197

Color information

#A46197 (or 0xA46197) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and 97. RGB value is (164,97,151). Sum of RGB (Red+Green+Blue) = 164+97+151=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46197 is #5B9E68. Grayscale: #7B7B7B. Windows color (decimal): -6004329 or 9920932. OLE color: 9920932.

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

Color convert

RGB16497151-
CMYK00.410.080.36
HSL311.64º26.91%51.18%-
HSV(B)311.64º40.85%64.31%-
XYZ25.1718.6831.56-
YUV123.19143.7157.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=39.81%
G=23.54%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649715100.410.080.36311.6426.9151.18
HexA461970298241381b33
Octal24414122705110444703363
Binary101001001100001100101110101001100010010010011100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46197; }

 p { color: rgb(164,97,151); }

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

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

 a { background-color: rgb(164,97,151); }

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

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

 span { border-color: rgb(164,97,151); }

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