#AD5AA0

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

Shades of Violet Blue #AD5AA0

Tints of Violet Blue #AD5AA0

Color information

#AD5AA0 (or 0xAD5AA0) is unknown color: approx Violet Blue. HEX triplet: AD, 5A and A0. RGB value is (173,90,160). Sum of RGB (Red+Green+Blue) = 173+90+160=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AA0 is #52A55F. Grayscale: #7A7A7A. Windows color (decimal): -5416288 or 10508973. OLE color: 10508973.

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

Color convert

RGB17390160-
CMYK00.480.080.32
HSL309.4º33.6%51.57%-
HSV(B)309.4º47.98%67.84%-
XYZ27.2318.7335.44-
YUV122.8149163.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=40.90%
G=21.28%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739016000.480.080.32309.433.651.57
HexAD5AA00308201352234
Octal25513224006010404654264
Binary1010110110110101010000001100001000100000100110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5AA0; }

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

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

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

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

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

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

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

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