#AE6097

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

Shades of Violet Blue #AE6097

Tints of Violet Blue #AE6097

Color information

#AE6097 (or 0xAE6097) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and 97. RGB value is (174,96,151). Sum of RGB (Red+Green+Blue) = 174+96+151=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6097 is #519F68. Grayscale: #7D7D7D. Windows color (decimal): -5349225 or 9920686. OLE color: 9920686.

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

Color convert

RGB17496151-
CMYK00.450.130.32
HSL317.69º32.5%52.94%-
HSV(B)317.69º44.83%68.24%-
XYZ27.2219.631.63-
YUV125.59142.34162.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=41.33%
G=22.80%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749615100.450.130.32317.6932.552.94
HexAE609702DD2013e2035
Octal25614022705515404764065
Binary1010111011000001001011101011011101100000100111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6097; }

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

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

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

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

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

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

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

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