#AE649E

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

Shades of Violet Blue #AE649E

Tints of Violet Blue #AE649E

Color information

#AE649E (or 0xAE649E) is unknown color: approx Violet Blue. HEX triplet: AE, 64 and 9E. RGB value is (174,100,158). Sum of RGB (Red+Green+Blue) = 174+100+158=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE649E is #519B61. Grayscale: #808080. Windows color (decimal): -5348194 or 10380462. OLE color: 10380462.

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

Color convert

RGB174100158-
CMYK00.430.090.32
HSL312.97º31.36%53.73%-
HSV(B)312.97º42.53%68.24%-
XYZ28.1820.5834.83-
YUV128.74144.52160.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=40.28%
G=23.15%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410015800.430.090.32312.9731.3653.73
HexAE649E02B9201391f36
Octal25614423605311404713766
Binary101011101100100100111100101011100110000010011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE649E; }

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

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

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

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

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

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

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

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