#AE66AB

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

Shades of Violet Blue #AE66AB

Tints of Violet Blue #AE66AB

Color information

#AE66AB (or 0xAE66AB) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and AB. RGB value is (174,102,171). Sum of RGB (Red+Green+Blue) = 174+102+171=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66AB is #519954. Grayscale: #838383. Windows color (decimal): -5347669 or 11232942. OLE color: 11232942.

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

Color convert

RGB174102171-
CMYK00.410.020.32
HSL302.5º30.77%54.12%-
HSV(B)302.5º41.38%68.24%-
XYZ29.5621.4441.11-
YUV131.39150.35158.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=38.93%
G=22.82%
B=38.26%

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
Decimal17410217100.410.020.32302.530.7754.12
HexAE66AB02922012e1f36
Octal2561462530512404563766
Binary1010111011001101010101101010011010000010010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66AB; }

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

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

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

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

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

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

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

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