#AD9298

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

Shades of Viola #AD9298

Tints of Viola #AD9298

Color information

#AD9298 (or 0xAD9298) is unknown color: approx Viola. HEX triplet: AD, 92 and 98. RGB value is (173,146,152). Sum of RGB (Red+Green+Blue) = 173+146+152=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9298 is #526D67. Grayscale: #9A9A9A. Windows color (decimal): -5401960 or 9999021. OLE color: 9999021.

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

Color convert

RGB173146152-
CMYK00.160.120.32
HSL346.67º14.14%62.55%-
HSV(B)346.67º15.61%67.84%-
XYZ33.1831.7134.08-
YUV154.76126.45141.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=36.73%
G=31.00%
B=32.27%

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
Decimal17314615200.160.120.32346.6714.1462.55
HexAD9298010C2015be3f
Octal25522223002014405331677
Binary10101101100100101001100001000011001000001010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9298; }

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

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

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

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

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

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

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

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