#AE979D

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

Shades of Viola #AE979D

Tints of Viola #AE979D

Color information

#AE979D (or 0xAE979D) is unknown color: approx Viola. HEX triplet: AE, 97 and 9D. RGB value is (174,151,157). Sum of RGB (Red+Green+Blue) = 174+151+157=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE979D is #516862. Grayscale: #9E9E9E. Windows color (decimal): -5335139 or 10327982. OLE color: 10327982.

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

Color convert

RGB174151157-
CMYK00.130.100.32
HSL344.35º12.43%63.73%-
HSV(B)344.35º13.22%68.24%-
XYZ34.6133.5736.55-
YUV158.56127.12139.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=36.10%
G=31.33%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415115700.130.100.32344.3512.4363.73
HexAE979D0DA20158c40
Octal256227235015124053014100
Binary10101110100101111001110101101101010000010101100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE979D; }

 p { color: rgb(174,151,157); }

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

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

 a { background-color: rgb(174,151,157); }

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

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

 span { border-color: rgb(174,151,157); }

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