#AD5998

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

Shades of Violet Blue #AD5998

Tints of Violet Blue #AD5998

Color information

#AD5998 (or 0xAD5998) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and 98. RGB value is (173,89,152). Sum of RGB (Red+Green+Blue) = 173+89+152=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5998 is #52A667. Grayscale: #797979. Windows color (decimal): -5416552 or 9984429. OLE color: 9984429.

HSL color Cylindrical-coordinate representation of color #AD5998: hue angle of 315º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5998 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17389152-
CMYK00.490.120.32
HSL315º33.87%51.37%-
HSV(B)315º48.55%67.84%-
XYZ26.4718.331.84-
YUV121.3145.33164.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=41.79%
G=21.50%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738915200.490.120.3231533.8751.37
HexAD5998031C2013b2233
Octal25513123006114404734263
Binary1010110110110011001100001100011100100000100111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5998; }

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

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

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

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

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

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

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

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