#AE949A

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

Shades of Viola #AE949A

Tints of Viola #AE949A

Color information

#AE949A (or 0xAE949A) is unknown color: approx Viola. HEX triplet: AE, 94 and 9A. RGB value is (174,148,154). Sum of RGB (Red+Green+Blue) = 174+148+154=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE949A is #516B65. Grayscale: #9C9C9C. Windows color (decimal): -5335910 or 10130606. OLE color: 10130606.

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

Color convert

RGB174148154-
CMYK00.150.110.32
HSL346.15º13.83%63.14%-
HSV(B)346.15º14.94%68.24%-
XYZ33.8832.5135.06-
YUV156.46126.61140.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=36.55%
G=31.09%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414815400.150.110.32346.1513.8363.14
HexAE949A0FB2015ae3f
Octal25622423201713405321677
Binary1010111010010100100110100111110111000001010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE949A; }

 p { color: rgb(174,148,154); }

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

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

 a { background-color: rgb(174,148,154); }

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

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

 span { border-color: rgb(174,148,154); }

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