#AD6DCD

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

Shades of Amethyst #AD6DCD

Tints of Amethyst #AD6DCD

Color information

#AD6DCD (or 0xAD6DCD) is unknown color: approx Amethyst. HEX triplet: AD, 6D and CD. RGB value is (173,109,205). Sum of RGB (Red+Green+Blue) = 173+109+205=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DCD is #529232. Grayscale: #8A8A8A. Windows color (decimal): -5411379 or 13462957. OLE color: 13462957.

HSL color Cylindrical-coordinate representation of color #AD6DCD: hue angle of 280º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6DCD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173109205-
CMYK0.160.4700.20
HSL280º48.98%61.57%-
HSV(B)280º46.83%80.39%-
XYZ33.7224.2360.66-
YUV139.08165.2152.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 109 (42.97% from 255) = 22.38%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=35.52%
G=22.38%
B=42.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731092050.160.4700.2028048.9861.57
HexAD6DCD102F014118313e
Octal25515531520570244306176
Binary1010110111011011100110110000101111010100100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DCD; }

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

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

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

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

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

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

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

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