#AE659E

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

Shades of Violet Blue #AE659E

Tints of Violet Blue #AE659E

Color information

#AE659E (or 0xAE659E) is unknown color: approx Violet Blue. HEX triplet: AE, 65 and 9E. RGB value is (174,101,158). Sum of RGB (Red+Green+Blue) = 174+101+158=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE659E is #519A61. Grayscale: #818181. Windows color (decimal): -5347938 or 10380718. OLE color: 10380718.

HSL color Cylindrical-coordinate representation of color #AE659E: hue angle of 313.15º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE659E is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174101158-
CMYK00.420.090.32
HSL313.15º31.06%53.92%-
HSV(B)313.15º41.95%68.24%-
XYZ28.2820.7734.87-
YUV129.32144.18159.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=40.18%
G=23.33%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410115800.420.090.32313.1531.0653.92
HexAE659E02A9201391f36
Octal25614523605211404713766
Binary101011101100101100111100101010100110000010011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE659E; }

 p { color: rgb(174,101,158); }

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

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

 a { background-color: rgb(174,101,158); }

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

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

 span { border-color: rgb(174,101,158); }

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