#A58E91

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

Shades of Viola #A58E91

Tints of Viola #A58E91

Color information

#A58E91 (or 0xA58E91) is unknown color: approx Viola. HEX triplet: A5, 8E and 91. RGB value is (165,142,145). Sum of RGB (Red+Green+Blue) = 165+142+145=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58E91 is #5A716E. Grayscale: #959595. Windows color (decimal): -5927279 or 9539237. OLE color: 9539237.

HSL color Cylindrical-coordinate representation of color #A58E91: hue angle of 352.17º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A58E91 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165142145-
CMYK00.140.120.35
HSL352.17º11.33%60.2%-
HSV(B)352.17º13.94%64.71%-
XYZ30.329.3930.86-
YUV149.22125.62139.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=36.50%
G=31.42%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514214500.140.120.35352.1711.3360.2
HexA58E910EC23160b3c
Octal24521622101614435401374
Binary1010010110001110100100010111011001000111011000001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E91; }

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

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

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

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

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

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

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

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