#AD599F

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

Shades of Violet Blue #AD599F

Tints of Violet Blue #AD599F

Color information

#AD599F (or 0xAD599F) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and 9F. RGB value is (173,89,159). Sum of RGB (Red+Green+Blue) = 173+89+159=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD599F is #52A660. Grayscale: #797979. Windows color (decimal): -5416545 or 10443181. OLE color: 10443181.

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

Color convert

RGB17389159-
CMYK00.490.080.32
HSL310º33.87%51.37%-
HSV(B)310º48.55%67.84%-
XYZ27.0618.5334.95-
YUV122.1148.83164.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=41.09%
G=21.14%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738915900.490.080.3231033.8751.37
HexAD599F0318201362233
Octal25513123706110404664263
Binary1010110110110011001111101100011000100000100110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD599F; }

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

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

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

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

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

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

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

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