#AD6DCA

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

Shades of Amethyst #AD6DCA

Tints of Amethyst #AD6DCA

Color information

#AD6DCA (or 0xAD6DCA) is unknown color: approx Amethyst. HEX triplet: AD, 6D and CA. RGB value is (173,109,202). Sum of RGB (Red+Green+Blue) = 173+109+202=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DCA is #529235. Grayscale: #8A8A8A. Windows color (decimal): -5411382 or 13266349. OLE color: 13266349.

HSL color Cylindrical-coordinate representation of color #AD6DCA: hue angle of 281.29º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6DCA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173109202-
CMYK0.140.4600.21
HSL281.29º46.73%60.98%-
HSV(B)281.29º46.04%79.22%-
XYZ33.3624.0958.77-
YUV138.74163.7152.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=35.74%
G=22.52%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731092020.140.4600.21281.2946.7360.98
HexAD6DCAE2E0151192f3d
Octal25515531216560254315775
Binary101011011101101110010101110101110010101100011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DCA; }

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

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

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

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

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

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

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

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