#AD9098

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

Shades of Viola #AD9098

Tints of Viola #AD9098

Color information

#AD9098 (or 0xAD9098) is unknown color: approx Viola. HEX triplet: AD, 90 and 98. RGB value is (173,144,152). Sum of RGB (Red+Green+Blue) = 173+144+152=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9098 is #526F67. Grayscale: #999999. Windows color (decimal): -5402472 or 9998509. OLE color: 9998509.

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

Color convert

RGB173144152-
CMYK00.170.120.32
HSL343.45º15.03%62.16%-
HSV(B)343.45º16.76%67.84%-
XYZ32.8731.133.98-
YUV153.58127.11141.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=36.89%
G=30.70%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314415200.170.120.32343.4515.0362.16
HexAD9098011C20157f3e
Octal25522023002114405271776
Binary10101101100100001001100001000111001000001010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9098; }

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

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

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

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

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

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

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

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