#AD73B4

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

Shades of Violet Blue #AD73B4

Tints of Violet Blue #AD73B4

Color information

#AD73B4 (or 0xAD73B4) is unknown color: approx Violet Blue. HEX triplet: AD, 73 and B4. RGB value is (173,115,180). Sum of RGB (Red+Green+Blue) = 173+115+180=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD73B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73B4 is #528C4B. Grayscale: #8B8B8B. Windows color (decimal): -5409868 or 11826093. OLE color: 11826093.

HSL color Cylindrical-coordinate representation of color #AD73B4: hue angle of 293.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD73B4 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173115180-
CMYK0.040.3600.29
HSL293.54º30.23%57.84%-
HSV(B)293.54º36.11%70.59%-
XYZ31.624.4446.23-
YUV139.75150.72151.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=36.97%
G=24.57%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731151800.040.3600.29293.5430.2357.84
HexAD73B442401D1261e3a
Octal2551632644440354463672
Binary1010110111100111011010010010010001110110010011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73B4; }

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

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

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

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

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

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

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

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