#A64994

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

Shades of Violet Blue #A64994

Tints of Violet Blue #A64994

Color information

#A64994 (or 0xA64994) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and 94. RGB value is (166,73,148). Sum of RGB (Red+Green+Blue) = 166+73+148=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A64994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64994 is #59B66B. Grayscale: #6D6D6D. Windows color (decimal): -5879404 or 9718182. OLE color: 9718182.

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

Color convert

RGB16673148-
CMYK00.560.110.35
HSL311.61º38.91%46.86%-
HSV(B)311.61º56.02%65.1%-
XYZ23.4515.0129.68-
YUV109.36149.81168.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=42.89%
G=18.86%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667314800.560.110.35311.6138.9146.86
HexA64994038B23138272f
Octal24611122407013434704757
Binary1010011010010011001010001110001011100011100111000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64994; }

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

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

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

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

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

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

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

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