#AD6EE1

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

Shades of Amethyst #AD6EE1

Tints of Amethyst #AD6EE1

Color information

#AD6EE1 (or 0xAD6EE1) is unknown color: approx Amethyst. HEX triplet: AD, 6E and E1. RGB value is (173,110,225). Sum of RGB (Red+Green+Blue) = 173+110+225=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EE1 is #52911E. Grayscale: #8D8D8D. Windows color (decimal): -5411103 or 14773933. OLE color: 14773933.

HSL color Cylindrical-coordinate representation of color #AD6EE1: hue angle of 272.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6EE1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173110225-
CMYK0.230.5100.12
HSL272.87º65.71%65.69%-
HSV(B)272.87º51.11%88.24%-
XYZ36.425.4774.23-
YUV141.95174.87150.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=34.06%
G=21.65%
B=44.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731102250.230.5100.12272.8765.7165.69
HexAD6EE117330C1114242
Octal2551563412763014421102102
Binary10101101110111011100001101111100110110010001000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EE1; }

 p { color: rgb(173,110,225); }

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

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

 a { background-color: rgb(173,110,225); }

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

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

 span { border-color: rgb(173,110,225); }

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