#AD7CD8

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

Shades of Amethyst #AD7CD8

Tints of Amethyst #AD7CD8

Color information

#AD7CD8 (or 0xAD7CD8) is unknown color: approx Amethyst. HEX triplet: AD, 7C and D8. RGB value is (173,124,216). Sum of RGB (Red+Green+Blue) = 173+124+216=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD7CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CD8 is #528327. Grayscale: #949494. Windows color (decimal): -5407528 or 14187693. OLE color: 14187693.

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

Color convert

RGB173124216-
CMYK0.200.4300.15
HSL271.96º54.12%66.67%-
HSV(B)271.96º42.59%84.71%-
XYZ36.8428.2668.48-
YUV149.14165.73145.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=33.72%
G=24.17%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731242160.200.4300.15271.9654.1266.67
HexAD7CD8142B0F1103643
Octal255174330245301742066103
Binary1010110111111001101100010100101011011111000100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CD8; }

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

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

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

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

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

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

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

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