#AD77D0

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

Shades of Amethyst #AD77D0

Tints of Amethyst #AD77D0

Color information

#AD77D0 (or 0xAD77D0) is unknown color: approx Amethyst. HEX triplet: AD, 77 and D0. RGB value is (173,119,208). Sum of RGB (Red+Green+Blue) = 173+119+208=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD77D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77D0 is #52882F. Grayscale: #909090. Windows color (decimal): -5408816 or 13662125. OLE color: 13662125.

HSL color Cylindrical-coordinate representation of color #AD77D0: hue angle of 276.4º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD77D0 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173119208-
CMYK0.170.4300.18
HSL276.4º48.63%64.12%-
HSV(B)276.4º42.79%81.57%-
XYZ35.2226.6362.96-
YUV145.29163.39147.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 208 (81.64% from 255) = 41.6%
R=34.6%
G=23.8%
B=41.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731192080.170.4300.18276.448.6364.12
HexAD77D0112B0121143140
Octal255167320215302242461100
Binary10101101111011111010000100011010110100101000101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD77D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD77D0; }

 p { color: rgb(173,119,208); }

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

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

 a { background-color: rgb(173,119,208); }

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

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

 span { border-color: rgb(173,119,208); }

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