#A64894

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

Shades of Violet Blue #A64894

Tints of Violet Blue #A64894

Color information

#A64894 (or 0xA64894) is unknown color: approx Violet Blue. HEX triplet: A6, 48 and 94. RGB value is (166,72,148). Sum of RGB (Red+Green+Blue) = 166+72+148=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64894 is #59B76B. Grayscale: #6C6C6C. Windows color (decimal): -5879660 or 9717926. OLE color: 9717926.

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

Color convert

RGB16672148-
CMYK00.570.110.35
HSL311.49º39.5%46.67%-
HSV(B)311.49º56.63%65.1%-
XYZ23.3914.8829.66-
YUV108.77150.14168.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=43.01%
G=18.65%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667214800.570.110.35311.4939.546.67
HexA64894039B23137272f
Octal24611022407113434674757
Binary1010011010010001001010001110011011100011100110111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64894; }

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

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

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

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

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

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

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

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