#AD6ADD

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

Shades of Amethyst #AD6ADD

Tints of Amethyst #AD6ADD

Color information

#AD6ADD (or 0xAD6ADD) is unknown color: approx Amethyst. HEX triplet: AD, 6A and DD. RGB value is (173,106,221). Sum of RGB (Red+Green+Blue) = 173+106+221=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ADD is #529522. Grayscale: #8A8A8A. Windows color (decimal): -5412131 or 14510765. OLE color: 14510765.

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

Color convert

RGB173106221-
CMYK0.220.5200.13
HSL274.96º62.84%64.12%-
HSV(B)274.96º52.04%86.67%-
XYZ35.4424.4171.25-
YUV139.14174.2152.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=34.6%
G=21.2%
B=44.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731062210.220.5200.13274.9662.8464.12
HexAD6ADD16340D1133f40
Octal255152335266401542377100
Binary1010110111010101101110110110110100011011000100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ADD; }

 p { color: rgb(173,106,221); }

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

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

 a { background-color: rgb(173,106,221); }

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

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

 span { border-color: rgb(173,106,221); }

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