#AD50AE

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

Shades of Violet Blue #AD50AE

Tints of Violet Blue #AD50AE

Color information

#AD50AE (or 0xAD50AE) is unknown color: approx Violet Blue. HEX triplet: AD, 50 and AE. RGB value is (173,80,174). Sum of RGB (Red+Green+Blue) = 173+80+174=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50AE is #52AF51. Grayscale: #767676. Windows color (decimal): -5418834 or 11423917. OLE color: 11423917.

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

Color convert

RGB17380174-
CMYK0.010.5400.32
HSL299.36º37.01%49.8%-
HSV(B)299.36º54.02%68.24%-
XYZ27.7417.6841.99-
YUV118.52159.31166.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=40.52%
G=18.74%
B=40.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173801740.010.5400.32299.3637.0149.8
HexAD50AE13602012b2532
Octal2551202561660404534562
Binary1010110110100001010111011101100100000100101011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD50AE; }

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

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

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

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

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

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

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

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