#AE959B

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

Shades of Viola #AE959B

Tints of Viola #AE959B

Color information

#AE959B (or 0xAE959B) is unknown color: approx Viola. HEX triplet: AE, 95 and 9B. RGB value is (174,149,155). Sum of RGB (Red+Green+Blue) = 174+149+155=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE959B is #516A64. Grayscale: #9D9D9D. Windows color (decimal): -5335653 or 10196398. OLE color: 10196398.

HSL color Cylindrical-coordinate representation of color #AE959B: hue angle of 345.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE959B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174149155-
CMYK00.140.110.32
HSL345.6º13.37%63.33%-
HSV(B)345.6º14.37%68.24%-
XYZ34.1232.8635.55-
YUV157.16126.78140.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=36.40%
G=31.17%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414915500.140.110.32345.613.3763.33
HexAE959B0EB2015ad3f
Octal25622523301613405321577
Binary1010111010010101100110110111010111000001010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE959B; }

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

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

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

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

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

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

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

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