#AE66AA

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

Shades of Violet Blue #AE66AA

Tints of Violet Blue #AE66AA

Color information

#AE66AA (or 0xAE66AA) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and AA. RGB value is (174,102,170). Sum of RGB (Red+Green+Blue) = 174+102+170=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66AA is #519955. Grayscale: #838383. Windows color (decimal): -5347670 or 11167406. OLE color: 11167406.

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

Color convert

RGB174102170-
CMYK00.410.020.32
HSL303.33º30.77%54.12%-
HSV(B)303.33º41.38%68.24%-
XYZ29.4621.440.61-
YUV131.28149.85158.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=39.01%
G=22.87%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410217000.410.020.32303.3330.7754.12
HexAE66AA02922012f1f36
Octal2561462520512404573766
Binary1010111011001101010101001010011010000010010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66AA; }

 p { color: rgb(174,102,170); }

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

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

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

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

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

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

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