#AD52AE

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

Shades of Violet Blue #AD52AE

Tints of Violet Blue #AD52AE

Color information

#AD52AE (or 0xAD52AE) is unknown color: approx Violet Blue. HEX triplet: AD, 52 and AE. RGB value is (173,82,174). Sum of RGB (Red+Green+Blue) = 173+82+174=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD52AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52AE is #52AD51. Grayscale: #777777. Windows color (decimal): -5418322 or 11424429. OLE color: 11424429.

HSL color Cylindrical-coordinate representation of color #AD52AE: hue angle of 299.35º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD52AE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17382174-
CMYK0.010.5300.32
HSL299.35º36.22%50.2%-
HSV(B)299.35º52.87%68.24%-
XYZ27.8917.9742.04-
YUV119.7158.65166.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=40.33%
G=19.11%
B=40.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173821740.010.5300.32299.3536.2250.2
HexAD52AE13502012b2432
Octal2551222561650404534462
Binary1010110110100101010111011101010100000100101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52AE; }

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

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

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

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

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

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

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

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