#AD5AAE

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

Shades of Violet Blue #AD5AAE

Tints of Violet Blue #AD5AAE

Color information

#AD5AAE (or 0xAD5AAE) is unknown color: approx Violet Blue. HEX triplet: AD, 5A and AE. RGB value is (173,90,174). Sum of RGB (Red+Green+Blue) = 173+90+174=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AAE is #52A551. Grayscale: #7C7C7C. Windows color (decimal): -5416274 or 11426477. OLE color: 11426477.

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

Color convert

RGB17390174-
CMYK0.010.4800.32
HSL299.29º34.15%51.76%-
HSV(B)299.29º48.28%68.24%-
XYZ28.5319.2542.26-
YUV124.39156162.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=39.59%
G=20.59%
B=39.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173901740.010.4800.32299.2934.1551.76
HexAD5AAE13002012b2234
Octal2551322561600404534264
Binary1010110110110101010111011100000100000100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5AAE; }

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

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

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

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

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

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

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

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