#AE6095

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

Shades of Violet Blue #AE6095

Tints of Violet Blue #AE6095

Color information

#AE6095 (or 0xAE6095) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and 95. RGB value is (174,96,149). Sum of RGB (Red+Green+Blue) = 174+96+149=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6095 is #519F6A. Grayscale: #7D7D7D. Windows color (decimal): -5349227 or 9789614. OLE color: 9789614.

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

Color convert

RGB17496149-
CMYK00.450.140.32
HSL319.23º32.5%52.94%-
HSV(B)319.23º44.83%68.24%-
XYZ27.0619.5330.78-
YUV125.36141.34162.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=41.53%
G=22.91%
B=35.56%

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
Decimal1749614900.450.140.32319.2332.552.94
HexAE609502DE2013f2035
Octal25614022505516404774065
Binary1010111011000001001010101011011110100000100111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6095; }

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

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

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

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

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

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

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

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