#AD5CAE

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

Shades of Violet Blue #AD5CAE

Tints of Violet Blue #AD5CAE

Color information

#AD5CAE (or 0xAD5CAE) is unknown color: approx Violet Blue. HEX triplet: AD, 5C and AE. RGB value is (173,92,174). Sum of RGB (Red+Green+Blue) = 173+92+174=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CAE is #52A351. Grayscale: #7D7D7D. Windows color (decimal): -5415762 or 11426989. OLE color: 11426989.

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

Color convert

RGB17392174-
CMYK0.010.4700.32
HSL299.27º33.61%52.16%-
HSV(B)299.27º47.13%68.24%-
XYZ28.719.5942.31-
YUV125.57155.34161.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=39.41%
G=20.96%
B=39.64%

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
Decimal173921740.010.4700.32299.2733.6152.16
HexAD5CAE12F02012b2234
Octal2551342561570404534264
Binary1010110110111001010111011011110100000100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CAE; }

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

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

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

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

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

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

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

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