#AD73AE

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

Shades of Violet Blue #AD73AE

Tints of Violet Blue #AD73AE

Color information

#AD73AE (or 0xAD73AE) is unknown color: approx Violet Blue. HEX triplet: AD, 73 and AE. RGB value is (173,115,174). Sum of RGB (Red+Green+Blue) = 173+115+174=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD73AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD73AE is #528C51. Grayscale: #8A8A8A. Windows color (decimal): -5409874 or 11432877. OLE color: 11432877.

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

Color convert

RGB173115174-
CMYK0.010.3400.32
HSL298.98º26.7%56.67%-
HSV(B)298.98º33.91%68.24%-
XYZ3124.243.08-
YUV139.07147.72152.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=37.45%
G=24.89%
B=37.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731151740.010.3400.32298.9826.756.67
HexAD73AE12202012b1b39
Octal2551632561420404533371
Binary101011011110011101011101100010010000010010101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73AE; }

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

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

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

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

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

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

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

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