#AE66AD

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

Shades of Violet Blue #AE66AD

Tints of Violet Blue #AE66AD

Color information

#AE66AD (or 0xAE66AD) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and AD. RGB value is (174,102,173). Sum of RGB (Red+Green+Blue) = 174+102+173=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66AD is #519952. Grayscale: #838383. Windows color (decimal): -5347667 or 11364014. OLE color: 11364014.

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

Color convert

RGB174102173-
CMYK00.410.010.32
HSL300.83º30.77%54.12%-
HSV(B)300.83º41.38%68.24%-
XYZ29.7521.5242.12-
YUV131.62151.35158.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=38.75%
G=22.72%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410217300.410.010.32300.8330.7754.12
HexAE66AD02912012d1f36
Octal2561462550511404553766
Binary101011101100110101011010101001110000010010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66AD; }

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

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

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

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

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

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

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

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