#AD5799

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

Shades of Violet Blue #AD5799

Tints of Violet Blue #AD5799

Color information

#AD5799 (or 0xAD5799) is unknown color: approx Violet Blue. HEX triplet: AD, 57 and 99. RGB value is (173,87,153). Sum of RGB (Red+Green+Blue) = 173+87+153=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5799 is #52A866. Grayscale: #787878. Windows color (decimal): -5417063 or 10049453. OLE color: 10049453.

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

Color convert

RGB17387153-
CMYK00.500.120.32
HSL313.95º34.4%50.98%-
HSV(B)313.95º49.71%67.84%-
XYZ26.391832.22-
YUV120.24146.49165.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=41.89%
G=21.07%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738715300.500.120.32313.9534.450.98
HexAD5799032C2013a2233
Octal25512723106214404724263
Binary1010110110101111001100101100101100100000100111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5799; }

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

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

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

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

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

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

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

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