#AD73CB

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

Shades of Amethyst #AD73CB

Tints of Amethyst #AD73CB

Color information

#AD73CB (or 0xAD73CB) is unknown color: approx Amethyst. HEX triplet: AD, 73 and CB. RGB value is (173,115,203). Sum of RGB (Red+Green+Blue) = 173+115+203=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73CB is #528C34. Grayscale: #8E8E8E. Windows color (decimal): -5409845 or 13333421. OLE color: 13333421.

HSL color Cylindrical-coordinate representation of color #AD73CB: hue angle of 279.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD73CB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173115203-
CMYK0.150.4300.20
HSL279.55º45.83%62.35%-
HSV(B)279.55º43.35%79.61%-
XYZ34.1425.4659.61-
YUV142.37162.22149.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=35.23%
G=23.42%
B=41.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731152030.150.4300.20279.5545.8362.35
HexAD73CBF2B0141182e3e
Octal25516331317530244305676
Binary101011011110011110010111111101011010100100011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73CB; }

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

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

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

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

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

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

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

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