#A64594

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

Shades of Violet Blue #A64594

Tints of Violet Blue #A64594

Color information

#A64594 (or 0xA64594) is unknown color: approx Violet Blue. HEX triplet: A6, 45 and 94. RGB value is (166,69,148). Sum of RGB (Red+Green+Blue) = 166+69+148=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64594 is #59BA6B. Grayscale: #6A6A6A. Windows color (decimal): -5880428 or 9717158. OLE color: 9717158.

HSL color Cylindrical-coordinate representation of color #A64594: hue angle of 311.13º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64594 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16669148-
CMYK00.580.110.35
HSL311.13º41.28%46.08%-
HSV(B)311.13º58.43%65.1%-
XYZ23.214.529.59-
YUV107.01151.14170.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=43.34%
G=18.02%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666914800.580.110.35311.1341.2846.08
HexA6459403AB23137292e
Octal24610522407213434675156
Binary1010011010001011001010001110101011100011100110111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64594; }

 p { color: rgb(166,69,148); }

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

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

 a { background-color: rgb(166,69,148); }

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

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

 span { border-color: rgb(166,69,148); }

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