#AE659C

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

Shades of Violet Blue #AE659C

Tints of Violet Blue #AE659C

Color information

#AE659C (or 0xAE659C) is unknown color: approx Violet Blue. HEX triplet: AE, 65 and 9C. RGB value is (174,101,156). Sum of RGB (Red+Green+Blue) = 174+101+156=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE659C is #519A63. Grayscale: #808080. Windows color (decimal): -5347940 or 10249646. OLE color: 10249646.

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

Color convert

RGB174101156-
CMYK00.420.100.32
HSL314.79º31.06%53.92%-
HSV(B)314.79º41.95%68.24%-
XYZ28.1120.7133.97-
YUV129.1143.18160.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=40.37%
G=23.43%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410115600.420.100.32314.7931.0653.92
HexAE659C02AA2013b1f36
Octal25614523405212404733766
Binary101011101100101100111000101010101010000010011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE659C; }

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

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

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

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

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

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

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

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