#ad66df

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

Shades of Amethyst #AD66DF

Tints of Amethyst #AD66DF

Color information

#AD66DF (or 0xAD66DF) is unknown color: approx Amethyst. HEX triplet: AD, 66 and DF. RGB value is (173,102,223). Sum of RGB (Red+Green+Blue) = 173+102+223=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66DF is #529920. Grayscale: #888888. Windows color (decimal): -5413153 or 14640813. OLE color: 14640813.

HSL color Cylindrical-coordinate representation of color #AD66DF: hue angle of 275.21º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD66DF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173102223-
CMYK0.220.5400.13
HSL275.21º65.41%63.73%-
HSV(B)275.21º54.26%87.45%-
XYZ35.323.7172.53-
YUV137.02176.52153.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=34.74%
G=20.48%
B=44.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731022230.220.5400.13275.2165.4163.73
HexAD66DF16360D1134140
Octal2551463372666015423101100
Binary10101101110011011011111101101101100110110001001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad66df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad66df; }

 p { color: rgb(173,102,223); }

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

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

 a { background-color: rgb(173,102,223); }

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

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

 span { border-color: rgb(173,102,223); }

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