#AD8F95

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

Shades of Viola #AD8F95

Tints of Viola #AD8F95

Color information

#AD8F95 (or 0xAD8F95) is unknown color: approx Viola. HEX triplet: AD, 8F and 95. RGB value is (173,143,149). Sum of RGB (Red+Green+Blue) = 173+143+149=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F95 is #52706A. Grayscale: #989898. Windows color (decimal): -5402731 or 9801645. OLE color: 9801645.

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

Color convert

RGB173143149-
CMYK00.170.140.32
HSL348º15.46%61.96%-
HSV(B)348º17.34%67.84%-
XYZ32.4830.732.65-
YUV152.65125.94142.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=37.20%
G=30.75%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314314900.170.140.3234815.4661.96
HexAD8F95011E2015cf3e
Octal25521722502116405341776
Binary10101101100011111001010101000111101000001010111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F95; }

 p { color: rgb(173,143,149); }

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

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

 a { background-color: rgb(173,143,149); }

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

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

 span { border-color: rgb(173,143,149); }

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