#A64794

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

Shades of Violet Blue #A64794

Tints of Violet Blue #A64794

Color information

#A64794 (or 0xA64794) is unknown color: approx Violet Blue. HEX triplet: A6, 47 and 94. RGB value is (166,71,148). Sum of RGB (Red+Green+Blue) = 166+71+148=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64794 is #59B86B. Grayscale: #6B6B6B. Windows color (decimal): -5879916 or 9717670. OLE color: 9717670.

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

Color convert

RGB16671148-
CMYK00.570.110.35
HSL311.37º40.08%46.47%-
HSV(B)311.37º57.23%65.1%-
XYZ23.3214.7529.63-
YUV108.18150.47169.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 71 (28.12% from 255) = 18.44%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=43.12%
G=18.44%
B=38.44%

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
Decimal1667114800.570.110.35311.3740.0846.47
HexA64794039B23137282e
Octal24610722407113434675056
Binary1010011010001111001010001110011011100011100110111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64794; }

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

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

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

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

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

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

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

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