#A64796

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

Shades of Violet Blue #A64796

Tints of Violet Blue #A64796

Color information

#A64796 (or 0xA64796) is unknown color: approx Violet Blue. HEX triplet: A6, 47 and 96. RGB value is (166,71,150). Sum of RGB (Red+Green+Blue) = 166+71+150=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A64796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64796 is #59B869. Grayscale: #6C6C6C. Windows color (decimal): -5879914 or 9848742. OLE color: 9848742.

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

Color convert

RGB16671150-
CMYK00.570.100.35
HSL310.11º40.08%46.47%-
HSV(B)310.11º57.23%65.1%-
XYZ23.4814.8230.48-
YUV108.41151.47169.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=42.89%
G=18.35%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667115000.570.100.35310.1140.0846.47
HexA64796039A23136282e
Octal24610722607112434665056
Binary1010011010001111001011001110011010100011100110110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64796; }

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

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

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

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

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

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

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

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