#AE8B94

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

Shades of Viola #AE8B94

Tints of Viola #AE8B94

Color information

#AE8B94 (or 0xAE8B94) is unknown color: approx Viola. HEX triplet: AE, 8B and 94. RGB value is (174,139,148). Sum of RGB (Red+Green+Blue) = 174+139+148=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B94 is #51746B. Grayscale: #969696. Windows color (decimal): -5338220 or 9735086. OLE color: 9735086.

HSL color Cylindrical-coordinate representation of color #AE8B94: hue angle of 344.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE8B94 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB174139148-
CMYK00.200.150.32
HSL344.57º17.77%61.37%-
HSV(B)344.57º20.11%68.24%-
XYZ32.0329.632.04-
YUV150.49126.6144.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=37.74%
G=30.15%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413914800.200.150.32344.5717.7761.37
HexAE8B94014F20159123d
Octal25621322402417405312275
Binary101011101000101110010100010100111110000010101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B94; }

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

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

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

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

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

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

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

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