#A46697

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

Shades of Violet Blue #A46697

Tints of Violet Blue #A46697

Color information

#A46697 (or 0xA46697) is unknown color: approx Violet Blue. HEX triplet: A4, 66 and 97. RGB value is (164,102,151). Sum of RGB (Red+Green+Blue) = 164+102+151=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A46697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46697 is #5B9968. Grayscale: #7D7D7D. Windows color (decimal): -6003049 or 9922212. OLE color: 9922212.

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

Color convert

RGB164102151-
CMYK00.380.080.36
HSL312.58º25.41%52.16%-
HSV(B)312.58º37.8%64.31%-
XYZ25.6519.6331.72-
YUV126.12142.04155.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=39.33%
G=24.46%
B=36.21%

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
Decimal16410215100.380.080.36312.5825.4152.16
HexA466970268241391934
Octal24414622704610444713164
Binary101001001100110100101110100110100010010010011100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46697; }

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

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

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

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

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

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

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

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