#AE65AE

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

Shades of Violet Blue #AE65AE

Tints of Violet Blue #AE65AE

Color information

#AE65AE (or 0xAE65AE) is unknown color: approx Violet Blue. HEX triplet: AE, 65 and AE. RGB value is (174,101,174). Sum of RGB (Red+Green+Blue) = 174+101+174=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE65AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE65AE is #519A51. Grayscale: #828282. Windows color (decimal): -5347922 or 11429294. OLE color: 11429294.

HSL color Cylindrical-coordinate representation of color #AE65AE: 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.42%. Process color model (Four color, CMYK) of #AE65AE is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174101174-
CMYK00.4200.32
HSL300º31.06%53.92%-
HSV(B)300º41.95%68.24%-
XYZ29.7521.3642.6-
YUV131.15152.18158.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=38.75%
G=22.49%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410117400.4200.3230031.0653.92
HexAE65AE02A02012c1f36
Octal2561452560520404543766
Binary101011101100101101011100101010010000010010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65AE; }

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

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

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

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

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

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

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

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