#A664AE

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

Shades of Violet Blue #A664AE

Tints of Violet Blue #A664AE

Color information

#A664AE (or 0xA664AE) is unknown color: approx Violet Blue. HEX triplet: A6, 64 and AE. RGB value is (166,100,174). Sum of RGB (Red+Green+Blue) = 166+100+174=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #A664AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664AE is #599B51. Grayscale: #7F7F7F. Windows color (decimal): -5872466 or 11429030. OLE color: 11429030.

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

Color convert

RGB166100174-
CMYK0.050.4300.32
HSL293.51º31.36%53.73%-
HSV(B)293.51º42.53%68.24%-
XYZ27.9220.2842.49-
YUV128.17153.87154.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=37.73%
G=22.73%
B=39.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661001740.050.4300.32293.5131.3653.73
HexA664AE52B0201261f36
Octal2461442565530404463766
Binary10100110110010010101110101101011010000010010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664AE; }

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

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

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

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

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

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

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

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