#AD76CE

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

Shades of Amethyst #AD76CE

Tints of Amethyst #AD76CE

Color information

#AD76CE (or 0xAD76CE) is unknown color: approx Amethyst. HEX triplet: AD, 76 and CE. RGB value is (173,118,206). Sum of RGB (Red+Green+Blue) = 173+118+206=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76CE is #528931. Grayscale: #909090. Windows color (decimal): -5409074 or 13530797. OLE color: 13530797.

HSL color Cylindrical-coordinate representation of color #AD76CE: hue angle of 277.5º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD76CE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173118206-
CMYK0.160.4300.19
HSL277.5º47.31%63.53%-
HSV(B)277.5º42.72%80.78%-
XYZ34.8526.361.63-
YUV144.48162.72148.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=34.81%
G=23.74%
B=41.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731182060.160.4300.19277.547.3163.53
HexAD76CE102B0131162f40
Octal255166316205302342657100
Binary10101101111011011001110100001010110100111000101101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76CE; }

 p { color: rgb(173,118,206); }

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

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

 a { background-color: rgb(173,118,206); }

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

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

 span { border-color: rgb(173,118,206); }

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