#A64DA8

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

Shades of Violet Blue #A64DA8

Tints of Violet Blue #A64DA8

Color information

#A64DA8 (or 0xA64DA8) is unknown color: approx Violet Blue. HEX triplet: A6, 4D and A8. RGB value is (166,77,168). Sum of RGB (Red+Green+Blue) = 166+77+168=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #A64DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DA8 is #59B257. Grayscale: #717171. Windows color (decimal): -5878360 or 11029926. OLE color: 11029926.

HSL color Cylindrical-coordinate representation of color #A64DA8: hue angle of 298.68º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64DA8 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16677168-
CMYK0.010.5400.34
HSL298.68º37.14%48.04%-
HSV(B)298.68º54.17%65.88%-
XYZ25.4516.2438.84-
YUV113.98158.49165.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 168 (66.02% from 255) = 40.88%
R=40.39%
G=18.73%
B=40.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166771680.010.5400.34298.6837.1448.04
HexA64DA813602212b2530
Octal2461152501660424534560
Binary1010011010011011010100011101100100010100101011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DA8; }

 p { color: rgb(166,77,168); }

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

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

 a { background-color: rgb(166,77,168); }

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

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

 span { border-color: rgb(166,77,168); }

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