#AD5A99

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

Shades of Violet Blue #AD5A99

Tints of Violet Blue #AD5A99

Color information

#AD5A99 (or 0xAD5A99) is unknown color: approx Violet Blue. HEX triplet: AD, 5A and 99. RGB value is (173,90,153). Sum of RGB (Red+Green+Blue) = 173+90+153=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A99 is #52A566. Grayscale: #797979. Windows color (decimal): -5416295 or 10050221. OLE color: 10050221.

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

Color convert

RGB17390153-
CMYK00.480.120.32
HSL314.46º33.6%51.57%-
HSV(B)314.46º47.98%67.84%-
XYZ26.6418.532.3-
YUV122145.5164.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=41.59%
G=21.63%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739015300.480.120.32314.4633.651.57
HexAD5A99030C2013a2234
Octal25513223106014404724264
Binary1010110110110101001100101100001100100000100111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A99; }

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

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

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

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

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

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

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

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