#A64993

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

Shades of Violet Blue #A64993

Tints of Violet Blue #A64993

Color information

#A64993 (or 0xA64993) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and 93. RGB value is (166,73,147). Sum of RGB (Red+Green+Blue) = 166+73+147=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64993 is #59B66C. Grayscale: #6D6D6D. Windows color (decimal): -5879405 or 9652646. OLE color: 9652646.

HSL color Cylindrical-coordinate representation of color #A64993: hue angle of 312.26º 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 #A64993 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16673147-
CMYK00.560.110.35
HSL312.26º38.91%46.86%-
HSV(B)312.26º56.02%65.1%-
XYZ23.3714.9829.26-
YUV109.24149.31168.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=43.01%
G=18.91%
B=38.08%

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
Decimal1667314700.560.110.35312.2638.9146.86
HexA64993038B23138272f
Octal24611122307013434704757
Binary1010011010010011001001101110001011100011100111000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64993; }

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

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

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

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

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

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

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

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