#A88E91

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

Shades of Viola #A88E91

Tints of Viola #A88E91

Color information

#A88E91 (or 0xA88E91) is unknown color: approx Viola. HEX triplet: A8, 8E and 91. RGB value is (168,142,145). Sum of RGB (Red+Green+Blue) = 168+142+145=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E91 is #57716E. Grayscale: #969696. Windows color (decimal): -5730671 or 9539240. OLE color: 9539240.

HSL color Cylindrical-coordinate representation of color #A88E91: hue angle of 353.08º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A88E91 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168142145-
CMYK00.150.140.34
HSL353.08º13%60.78%-
HSV(B)353.08º15.48%65.88%-
XYZ30.9329.7230.89-
YUV150.12125.11140.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=36.92%
G=31.21%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814214500.150.140.34353.081360.78
HexA88E910FE22161d3d
Octal25021622101716425411575
Binary1010100010001110100100010111111101000101011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E91; }

 p { color: rgb(168,142,145); }

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

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

 a { background-color: rgb(168,142,145); }

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

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

 span { border-color: rgb(168,142,145); }

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