#A46597

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

Shades of Violet Blue #A46597

Tints of Violet Blue #A46597

Color information

#A46597 (or 0xA46597) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and 97. RGB value is (164,101,151). Sum of RGB (Red+Green+Blue) = 164+101+151=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46597 is #5B9A68. Grayscale: #7D7D7D. Windows color (decimal): -6003305 or 9921956. OLE color: 9921956.

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

Color convert

RGB164101151-
CMYK00.380.080.36
HSL312.38º25.71%51.96%-
HSV(B)312.38º38.41%64.31%-
XYZ25.5519.4331.68-
YUV125.54142.37155.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=39.42%
G=24.28%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410115100.380.080.36312.3825.7151.96
HexA465970268241381a34
Octal24414522704610444703264
Binary101001001100101100101110100110100010010010011100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46597; }

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

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

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

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

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

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

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

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