#AE66A4

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

Shades of Violet Blue #AE66A4

Tints of Violet Blue #AE66A4

Color information

#AE66A4 (or 0xAE66A4) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and A4. RGB value is (174,102,164). Sum of RGB (Red+Green+Blue) = 174+102+164=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66A4 is #51995B. Grayscale: #828282. Windows color (decimal): -5347676 or 10774190. OLE color: 10774190.

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

Color convert

RGB174102164-
CMYK00.410.060.32
HSL308.33º30.77%54.12%-
HSV(B)308.33º41.38%68.24%-
XYZ28.9121.1837.69-
YUV130.6146.85158.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=39.55%
G=23.18%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410216400.410.060.32308.3330.7754.12
HexAE66A40296201341f36
Octal2561462440516404643766
Binary10101110110011010100100010100111010000010011010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66A4; }

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

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

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

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

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

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

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

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