#AD6AE0

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

Shades of Amethyst #AD6AE0

Tints of Amethyst #AD6AE0

Color information

#AD6AE0 (or 0xAD6AE0) is unknown color: approx Amethyst. HEX triplet: AD, 6A and E0. RGB value is (173,106,224). Sum of RGB (Red+Green+Blue) = 173+106+224=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD6AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AE0 is #52951F. Grayscale: #8B8B8B. Windows color (decimal): -5412128 or 14707373. OLE color: 14707373.

HSL color Cylindrical-coordinate representation of color #AD6AE0: hue angle of 274.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6AE0 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173106224-
CMYK0.230.5300.12
HSL274.07º65.56%64.71%-
HSV(B)274.07º52.68%87.84%-
XYZ35.8424.5773.38-
YUV139.48175.7151.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=34.39%
G=21.07%
B=44.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731062240.230.5300.12274.0765.5664.71
HexAD6AE017350C1124241
Octal2551523402765014422102101
Binary10101101110101011100000101111101010110010001001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AE0; }

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

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

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

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

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

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

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

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