#AE6096

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

Shades of Violet Blue #AE6096

Tints of Violet Blue #AE6096

Color information

#AE6096 (or 0xAE6096) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and 96. RGB value is (174,96,150). Sum of RGB (Red+Green+Blue) = 174+96+150=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6096 is #519F69. Grayscale: #7D7D7D. Windows color (decimal): -5349226 or 9855150. OLE color: 9855150.

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

Color convert

RGB17496150-
CMYK00.450.140.32
HSL318.46º32.5%52.94%-
HSV(B)318.46º44.83%68.24%-
XYZ27.1419.5731.2-
YUV125.48141.84162.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=41.43%
G=22.86%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749615000.450.140.32318.4632.552.94
HexAE609602DE2013e2035
Octal25614022605516404764065
Binary1010111011000001001011001011011110100000100111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6096; }

 p { color: rgb(174,96,150); }

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

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

 a { background-color: rgb(174,96,150); }

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

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

 span { border-color: rgb(174,96,150); }

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