#AD6ACE

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

Shades of Amethyst #AD6ACE

Tints of Amethyst #AD6ACE

Color information

#AD6ACE (or 0xAD6ACE) is unknown color: approx Amethyst. HEX triplet: AD, 6A and CE. RGB value is (173,106,206). Sum of RGB (Red+Green+Blue) = 173+106+206=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACE is #529531. Grayscale: #898989. Windows color (decimal): -5412146 or 13527725. OLE color: 13527725.

HSL color Cylindrical-coordinate representation of color #AD6ACE: hue angle of 280.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6ACE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173106206-
CMYK0.160.4900.19
HSL280.2º50.51%61.18%-
HSV(B)280.2º48.54%80.78%-
XYZ33.5323.6561.19-
YUV137.43166.7153.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=35.67%
G=21.86%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731062060.160.4900.19280.250.5161.18
HexAD6ACE1031013118333d
Octal25515231620610234306375
Binary1010110111010101100111010000110001010011100011000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ACE; }

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

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

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

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

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

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

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

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