#AE66A8

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

Shades of Violet Blue #AE66A8

Tints of Violet Blue #AE66A8

Color information

#AE66A8 (or 0xAE66A8) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and A8. RGB value is (174,102,168). Sum of RGB (Red+Green+Blue) = 174+102+168=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66A8 is #519957. Grayscale: #828282. Windows color (decimal): -5347672 or 11036334. OLE color: 11036334.

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

Color convert

RGB174102168-
CMYK00.410.030.32
HSL305º30.77%54.12%-
HSV(B)305º41.38%68.24%-
XYZ29.2721.3339.62-
YUV131.05148.85158.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=39.19%
G=22.97%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410216800.410.030.3230530.7754.12
HexAE66A80293201311f36
Octal2561462500513404613766
Binary1010111011001101010100001010011110000010011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66A8; }

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

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

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

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

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

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

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

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