#AD6FCA

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

Shades of Amethyst #AD6FCA

Tints of Amethyst #AD6FCA

Color information

#AD6FCA (or 0xAD6FCA) is unknown color: approx Amethyst. HEX triplet: AD, 6F and CA. RGB value is (173,111,202). Sum of RGB (Red+Green+Blue) = 173+111+202=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD6FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FCA is #529035. Grayscale: #8B8B8B. Windows color (decimal): -5410870 or 13266861. OLE color: 13266861.

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

Color convert

RGB173111202-
CMYK0.140.4500.21
HSL280.88º46.19%61.37%-
HSV(B)280.88º45.05%79.22%-
XYZ33.5824.5258.84-
YUV139.91163.04151.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=35.60%
G=22.84%
B=41.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731112020.140.4500.21280.8846.1961.37
HexAD6FCAE2D0151192e3d
Octal25515731216550254315675
Binary101011011101111110010101110101101010101100011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FCA; }

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

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

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

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

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

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

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

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