#AD73B3

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

Shades of Violet Blue #AD73B3

Tints of Violet Blue #AD73B3

Color information

#AD73B3 (or 0xAD73B3) is unknown color: approx Violet Blue. HEX triplet: AD, 73 and B3. RGB value is (173,115,179). Sum of RGB (Red+Green+Blue) = 173+115+179=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73B3 is #528C4C. Grayscale: #8B8B8B. Windows color (decimal): -5409869 or 11760557. OLE color: 11760557.

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

Color convert

RGB173115179-
CMYK0.030.3600.30
HSL294.38º29.63%57.65%-
HSV(B)294.38º35.75%70.2%-
XYZ31.524.445.7-
YUV139.64150.22151.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=37.04%
G=24.63%
B=38.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731151790.030.3600.30294.3829.6357.65
HexAD73B332401E1261e3a
Octal2551632633440364463672
Binary101011011110011101100111110010001111010010011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73B3; }

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

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

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

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

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

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

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

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