#AD5CAD

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

Shades of Violet Blue #AD5CAD

Tints of Violet Blue #AD5CAD

Color information

#AD5CAD (or 0xAD5CAD) is unknown color: approx Violet Blue. HEX triplet: AD, 5C and AD. RGB value is (173,92,173). Sum of RGB (Red+Green+Blue) = 173+92+173=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD5CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CAD is #52A352. Grayscale: #7D7D7D. Windows color (decimal): -5415763 or 11361453. OLE color: 11361453.

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

Color convert

RGB17392173-
CMYK00.4700.32
HSL300º33.06%51.96%-
HSV(B)300º46.82%67.84%-
XYZ28.619.5641.8-
YUV125.45154.84161.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=39.50%
G=21.00%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739217300.4700.3230033.0651.96
HexAD5CAD02F02012c2134
Octal2551342550570404544164
Binary1010110110111001010110101011110100000100101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CAD; }

 p { color: rgb(173,92,173); }

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

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

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

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

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

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

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