#AE529C

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

Shades of Violet Blue #AE529C

Tints of Violet Blue #AE529C

Color information

#AE529C (or 0xAE529C) is unknown color: approx Violet Blue. HEX triplet: AE, 52 and 9C. RGB value is (174,82,156). Sum of RGB (Red+Green+Blue) = 174+82+156=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE529C is #51AD63. Grayscale: #757575. Windows color (decimal): -5352804 or 10244782. OLE color: 10244782.

HSL color Cylindrical-coordinate representation of color #AE529C: hue angle of 311.74º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE529C is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17482156-
CMYK00.530.100.32
HSL311.74º36.22%50.2%-
HSV(B)311.74º52.87%68.24%-
XYZ26.4717.4333.42-
YUV117.94149.48167.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=42.23%
G=19.90%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748215600.530.100.32311.7436.2250.2
HexAE529C035A201382432
Octal25612223406512404704462
Binary1010111010100101001110001101011010100000100111000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE529C; }

 p { color: rgb(174,82,156); }

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

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

 a { background-color: rgb(174,82,156); }

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

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

 span { border-color: rgb(174,82,156); }

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