#AE66AC

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

Shades of Violet Blue #AE66AC

Tints of Violet Blue #AE66AC

Color information

#AE66AC (or 0xAE66AC) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and AC. RGB value is (174,102,172). Sum of RGB (Red+Green+Blue) = 174+102+172=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66AC is #519953. Grayscale: #838383. Windows color (decimal): -5347668 or 11298478. OLE color: 11298478.

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

Color convert

RGB174102172-
CMYK00.410.010.32
HSL301.67º30.77%54.12%-
HSV(B)301.67º41.38%68.24%-
XYZ29.6521.4841.61-
YUV131.51150.85158.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=38.84%
G=22.77%
B=38.39%

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
Decimal17410217200.410.010.32301.6730.7754.12
HexAE66AC02912012e1f36
Octal2561462540511404563766
Binary101011101100110101011000101001110000010010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66AC; }

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

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

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

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

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

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

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

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