#AE8B8C

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

Shades of Viola #AE8B8C

Tints of Viola #AE8B8C

Color information

#AE8B8C (or 0xAE8B8C) is unknown color: approx Viola. HEX triplet: AE, 8B and 8C. RGB value is (174,139,140). Sum of RGB (Red+Green+Blue) = 174+139+140=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B8C is #517473. Grayscale: #959595. Windows color (decimal): -5338228 or 9210798. OLE color: 9210798.

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

Color convert

RGB174139140-
CMYK00.200.200.32
HSL358.29º17.77%61.37%-
HSV(B)358.29º20.11%68.24%-
XYZ31.4229.3628.82-
YUV149.58122.6145.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=38.41%
G=30.68%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413914000.200.200.32358.2917.7761.37
HexAE8B8C0141420166123d
Octal25621321402424405462275
Binary1010111010001011100011000101001010010000010110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B8C; }

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

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

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

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

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

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

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

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