#A46093

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

Shades of Violet Blue #A46093

Tints of Violet Blue #A46093

Color information

#A46093 (or 0xA46093) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and 93. RGB value is (164,96,147). Sum of RGB (Red+Green+Blue) = 164+96+147=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46093 is #5B9F6C. Grayscale: #7A7A7A. Windows color (decimal): -6004589 or 9658532. OLE color: 9658532.

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

Color convert

RGB16496147-
CMYK00.410.100.36
HSL315º27.2%50.98%-
HSV(B)315º41.46%64.31%-
XYZ24.7618.3629.84-
YUV122.15142.03157.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=40.29%
G=23.59%
B=36.12%

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
Decimal1649614700.410.100.3631527.250.98
HexA46093029A2413b1b33
Octal24414022305112444733363
Binary101001001100000100100110101001101010010010011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46093; }

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

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

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

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

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

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

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

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