#AD6DE0

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

Shades of Amethyst #AD6DE0

Tints of Amethyst #AD6DE0

Color information

#AD6DE0 (or 0xAD6DE0) is unknown color: approx Amethyst. HEX triplet: AD, 6D and E0. RGB value is (173,109,224). Sum of RGB (Red+Green+Blue) = 173+109+224=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD6DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DE0 is #52921F. Grayscale: #8C8C8C. Windows color (decimal): -5411360 or 14708141. OLE color: 14708141.

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

Color convert

RGB173109224-
CMYK0.230.5100.12
HSL273.39º64.97%65.29%-
HSV(B)273.39º51.34%87.84%-
XYZ36.1625.273.48-
YUV141.25174.7150.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 224 (87.89% from 255) = 44.27%
R=34.19%
G=21.54%
B=44.27%

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
Decimal1731092240.230.5100.12273.3964.9765.29
HexAD6DE017330C1114141
Octal2551553402763014421101101
Binary10101101110110111100000101111100110110010001000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DE0; }

 p { color: rgb(173,109,224); }

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

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

 a { background-color: rgb(173,109,224); }

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

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

 span { border-color: rgb(173,109,224); }

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