#AD78D8

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

Shades of Amethyst #AD78D8

Tints of Amethyst #AD78D8

Color information

#AD78D8 (or 0xAD78D8) is unknown color: approx Amethyst. HEX triplet: AD, 78 and D8. RGB value is (173,120,216). Sum of RGB (Red+Green+Blue) = 173+120+216=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD78D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78D8 is #528727. Grayscale: #929292. Windows color (decimal): -5408552 or 14186669. OLE color: 14186669.

HSL color Cylindrical-coordinate representation of color #AD78D8: hue angle of 273.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD78D8 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173120216-
CMYK0.200.4400.15
HSL273.12º55.17%65.88%-
HSV(B)273.12º44.44%84.71%-
XYZ36.3427.2868.31-
YUV146.79167.06146.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=33.99%
G=23.58%
B=42.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731202160.200.4400.15273.1255.1765.88
HexAD78D8142C0F1113742
Octal255170330245401742167102
Binary1010110111110001101100010100101100011111000100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78D8; }

 p { color: rgb(173,120,216); }

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

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

 a { background-color: rgb(173,120,216); }

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

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

 span { border-color: rgb(173,120,216); }

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