#AD78D9

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

Shades of Amethyst #AD78D9

Tints of Amethyst #AD78D9

Color information

#AD78D9 (or 0xAD78D9) is unknown color: approx Amethyst. HEX triplet: AD, 78 and D9. RGB value is (173,120,217). Sum of RGB (Red+Green+Blue) = 173+120+217=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD78D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78D9 is #528726. Grayscale: #929292. Windows color (decimal): -5408551 or 14252205. OLE color: 14252205.

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

Color convert

RGB173120217-
CMYK0.200.4500.15
HSL272.78º56.07%66.08%-
HSV(B)272.78º44.7%85.1%-
XYZ36.4727.3369-
YUV146.9167.56146.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=33.92%
G=23.53%
B=42.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731202170.200.4500.15272.7856.0766.08
HexAD78D9142D0F1113842
Octal255170331245501742170102
Binary1010110111110001101100110100101101011111000100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78D9; }

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

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

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

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

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

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

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

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