#A64AAE

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

Shades of Violet Blue #A64AAE

Tints of Violet Blue #A64AAE

Color information

#A64AAE (or 0xA64AAE) is unknown color: approx Violet Blue. HEX triplet: A6, 4A and AE. RGB value is (166,74,174). Sum of RGB (Red+Green+Blue) = 166+74+174=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AAE is #59B551. Grayscale: #707070. Windows color (decimal): -5879122 or 11422374. OLE color: 11422374.

HSL color Cylindrical-coordinate representation of color #A64AAE: hue angle of 295.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64AAE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16674174-
CMYK0.050.5700.32
HSL295.2º40.32%48.63%-
HSV(B)295.2º57.47%68.24%-
XYZ25.8116.0641.78-
YUV112.91162.48165.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=40.10%
G=17.87%
B=42.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166741740.050.5700.32295.240.3248.63
HexA64AAE5390201272831
Octal2461122565710404475061
Binary101001101001010101011101011110010100000100100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64AAE; }

 p { color: rgb(166,74,174); }

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

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

 a { background-color: rgb(166,74,174); }

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

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

 span { border-color: rgb(166,74,174); }

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