#AD60AE

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

Shades of Violet Blue #AD60AE

Tints of Violet Blue #AD60AE

Color information

#AD60AE (or 0xAD60AE) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and AE. RGB value is (173,96,174). Sum of RGB (Red+Green+Blue) = 173+96+174=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AE is #529F51. Grayscale: #7F7F7F. Windows color (decimal): -5414738 or 11428013. OLE color: 11428013.

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

Color convert

RGB17396174-
CMYK0.010.4500.32
HSL299.23º32.5%52.94%-
HSV(B)299.23º44.83%68.24%-
XYZ29.0620.3142.43-
YUV127.92154.01160.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=39.05%
G=21.67%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173961740.010.4500.32299.2332.552.94
HexAD60AE12D02012b2035
Octal2551402561550404534065
Binary1010110111000001010111011011010100000100101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60AE; }

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

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

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

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

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

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

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

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