#AE5D9C

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

Shades of Violet Blue #AE5D9C

Tints of Violet Blue #AE5D9C

Color information

#AE5D9C (or 0xAE5D9C) is unknown color: approx Violet Blue. HEX triplet: AE, 5D and 9C. RGB value is (174,93,156). Sum of RGB (Red+Green+Blue) = 174+93+156=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D9C is #51A263. Grayscale: #7C7C7C. Windows color (decimal): -5349988 or 10247598. OLE color: 10247598.

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

Color convert

RGB17493156-
CMYK00.470.100.32
HSL313.33º33.33%52.35%-
HSV(B)313.33º46.55%68.24%-
XYZ27.3719.2333.72-
YUV124.4145.84163.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=41.13%
G=21.99%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749315600.470.100.32313.3333.3352.35
HexAE5D9C02FA201392134
Octal25613523405712404714164
Binary1010111010111011001110001011111010100000100111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D9C; }

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

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

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

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

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

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

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

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