#AD9299

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

Shades of Viola #AD9299

Tints of Viola #AD9299

Color information

#AD9299 (or 0xAD9299) is unknown color: approx Viola. HEX triplet: AD, 92 and 99. RGB value is (173,146,153). Sum of RGB (Red+Green+Blue) = 173+146+153=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9299 is #526D66. Grayscale: #9A9A9A. Windows color (decimal): -5401959 or 10064557. OLE color: 10064557.

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

Color convert

RGB173146153-
CMYK00.160.120.32
HSL344.44º14.14%62.55%-
HSV(B)344.44º15.61%67.84%-
XYZ33.2631.7434.51-
YUV154.87126.95140.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=36.65%
G=30.93%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314615300.160.120.32344.4414.1462.55
HexAD9299010C20158e3f
Octal25522223102014405301677
Binary10101101100100101001100101000011001000001010110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9299; }

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

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

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

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

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

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

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

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