#AD5DAE

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

Shades of Violet Blue #AD5DAE

Tints of Violet Blue #AD5DAE

Color information

#AD5DAE (or 0xAD5DAE) is unknown color: approx Violet Blue. HEX triplet: AD, 5D and AE. RGB value is (173,93,174). Sum of RGB (Red+Green+Blue) = 173+93+174=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DAE is #52A251. Grayscale: #7D7D7D. Windows color (decimal): -5415506 or 11427245. OLE color: 11427245.

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

Color convert

RGB17393174-
CMYK0.010.4700.32
HSL299.26º33.33%52.35%-
HSV(B)299.26º46.55%68.24%-
XYZ28.7919.7742.34-
YUV126.15155161.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=39.32%
G=21.14%
B=39.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173931740.010.4700.32299.2633.3352.35
HexAD5DAE12F02012b2134
Octal2551352561570404534164
Binary1010110110111011010111011011110100000100101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DAE; }

 p { color: rgb(173,93,174); }

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

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

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

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

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

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

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