#A46193

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

Shades of Violet Blue #A46193

Tints of Violet Blue #A46193

Color information

#A46193 (or 0xA46193) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and 93. RGB value is (164,97,147). Sum of RGB (Red+Green+Blue) = 164+97+147=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A46193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46193 is #5B9E6C. Grayscale: #7A7A7A. Windows color (decimal): -6004333 or 9658788. OLE color: 9658788.

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

Color convert

RGB16497147-
CMYK00.410.100.36
HSL315.22º26.91%51.18%-
HSV(B)315.22º40.85%64.31%-
XYZ24.8518.5529.87-
YUV122.73141.7157.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=40.20%
G=23.77%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649714700.410.100.36315.2226.9151.18
HexA46193029A2413b1b33
Octal24414122305112444733363
Binary101001001100001100100110101001101010010010011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46193; }

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

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

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

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

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

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

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

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