#AD9295

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

Shades of Viola #AD9295

Tints of Viola #AD9295

Color information

#AD9295 (or 0xAD9295) is unknown color: approx Viola. HEX triplet: AD, 92 and 95. RGB value is (173,146,149). Sum of RGB (Red+Green+Blue) = 173+146+149=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9295 is #526D6A. Grayscale: #9A9A9A. Windows color (decimal): -5401963 or 9802413. OLE color: 9802413.

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

Color convert

RGB173146149-
CMYK00.160.140.32
HSL353.33º14.14%62.55%-
HSV(B)353.33º15.61%67.84%-
XYZ32.9431.6132.8-
YUV154.42124.95141.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=36.97%
G=31.20%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314614900.160.140.32353.3314.1462.55
HexAD9295010E20161e3f
Octal25522222502016405411677
Binary10101101100100101001010101000011101000001011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9295; }

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

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

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

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

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

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

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

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