#A46594

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

Shades of Violet Blue #A46594

Tints of Violet Blue #A46594

Color information

#A46594 (or 0xA46594) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and 94. RGB value is (164,101,148). Sum of RGB (Red+Green+Blue) = 164+101+148=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46594 is #5B9A6B. Grayscale: #7D7D7D. Windows color (decimal): -6003308 or 9725348. OLE color: 9725348.

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

Color convert

RGB164101148-
CMYK00.380.100.36
HSL315.24º25.71%51.96%-
HSV(B)315.24º38.41%64.31%-
XYZ25.3119.3430.42-
YUV125.2140.87155.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=39.71%
G=24.46%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410114800.380.100.36315.2425.7151.96
HexA46594026A2413b1a34
Octal24414522404612444733264
Binary101001001100101100101000100110101010010010011101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46594; }

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

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

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

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

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

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

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

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