#AD5099

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

Shades of Violet Blue #AD5099

Tints of Violet Blue #AD5099

Color information

#AD5099 (or 0xAD5099) is unknown color: approx Violet Blue. HEX triplet: AD, 50 and 99. RGB value is (173,80,153). Sum of RGB (Red+Green+Blue) = 173+80+153=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5099 is #52AF66. Grayscale: #737373. Windows color (decimal): -5418855 or 10047661. OLE color: 10047661.

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

Color convert

RGB17380153-
CMYK00.540.120.32
HSL312.9º36.76%49.61%-
HSV(B)312.9º53.76%67.84%-
XYZ25.8516.9232.04-
YUV116.13148.81168.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=42.61%
G=19.70%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738015300.540.120.32312.936.7649.61
HexAD5099036C201392532
Octal25512023106614404714562
Binary1010110110100001001100101101101100100000100111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5099; }

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

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

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

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

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

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

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

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