#AD6ACD

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

Shades of Amethyst #AD6ACD

Tints of Amethyst #AD6ACD

Color information

#AD6ACD (or 0xAD6ACD) is unknown color: approx Amethyst. HEX triplet: AD, 6A and CD. RGB value is (173,106,205). Sum of RGB (Red+Green+Blue) = 173+106+205=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACD is #529532. Grayscale: #888888. Windows color (decimal): -5412147 or 13462189. OLE color: 13462189.

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

Color convert

RGB173106205-
CMYK0.160.4800.20
HSL280.61º49.75%60.98%-
HSV(B)280.61º48.29%80.39%-
XYZ33.4123.660.55-
YUV137.32166.2153.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=35.74%
G=21.90%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731062050.160.4800.20280.6149.7560.98
HexAD6ACD1030014119323d
Octal25515231520600244316275
Binary1010110111010101100110110000110000010100100011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ACD; }

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

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

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

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

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

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

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

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