#AE64AE

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

Shades of Violet Blue #AE64AE

Tints of Violet Blue #AE64AE

Color information

#AE64AE (or 0xAE64AE) is unknown color: approx Violet Blue. HEX triplet: AE, 64 and AE. RGB value is (174,100,174). Sum of RGB (Red+Green+Blue) = 174+100+174=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE64AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64AE is #519B51. Grayscale: #828282. Windows color (decimal): -5348178 or 11429038. OLE color: 11429038.

HSL color Cylindrical-coordinate representation of color #AE64AE: hue angle of 300º 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 #AE64AE is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174100174-
CMYK00.4300.32
HSL300º31.36%53.73%-
HSV(B)300º42.53%68.24%-
XYZ29.6521.1742.57-
YUV130.56152.52158.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=38.84%
G=22.32%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410017400.4300.3230031.3653.73
HexAE64AE02B02012c1f36
Octal2561442560530404543766
Binary101011101100100101011100101011010000010010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64AE; }

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

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

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

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

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

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

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

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