#AD6ACA

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

Shades of Amethyst #AD6ACA

Tints of Amethyst #AD6ACA

Color information

#AD6ACA (or 0xAD6ACA) is unknown color: approx Amethyst. HEX triplet: AD, 6A and CA. RGB value is (173,106,202). Sum of RGB (Red+Green+Blue) = 173+106+202=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACA is #529535. Grayscale: #888888. Windows color (decimal): -5412150 or 13265581. OLE color: 13265581.

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

Color convert

RGB173106202-
CMYK0.140.4800.21
HSL281.88º47.52%60.39%-
HSV(B)281.88º47.52%79.22%-
XYZ33.0523.4658.66-
YUV136.98164.7153.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=35.97%
G=22.04%
B=42.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731062020.140.4800.21281.8847.5260.39
HexAD6ACAE3001511a303c
Octal25515231216600254326074
Binary101011011101010110010101110110000010101100011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ACA; }

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

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

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

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

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

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

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

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