#AD78DC

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

Shades of Amethyst #AD78DC

Tints of Amethyst #AD78DC

Color information

#AD78DC (or 0xAD78DC) is unknown color: approx Amethyst. HEX triplet: AD, 78 and DC. RGB value is (173,120,220). Sum of RGB (Red+Green+Blue) = 173+120+220=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78DC is #528723. Grayscale: #929292. Windows color (decimal): -5408548 or 14448813. OLE color: 14448813.

HSL color Cylindrical-coordinate representation of color #AD78DC: hue angle of 271.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD78DC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173120220-
CMYK0.210.4500.14
HSL271.8º58.82%66.67%-
HSV(B)271.8º45.45%86.27%-
XYZ36.8727.4871.07-
YUV147.25169.06146.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=33.72%
G=23.39%
B=42.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731202200.210.4500.14271.858.8266.67
HexAD78DC152D0E1103b43
Octal255170334255501642073103
Binary1010110111110001101110010101101101011101000100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78DC; }

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

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

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

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

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

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

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

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