#AD6AD6

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

Shades of Amethyst #AD6AD6

Tints of Amethyst #AD6AD6

Color information

#AD6AD6 (or 0xAD6AD6) is unknown color: approx Amethyst. HEX triplet: AD, 6A and D6. RGB value is (173,106,214). Sum of RGB (Red+Green+Blue) = 173+106+214=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AD6 is #529529. Grayscale: #898989. Windows color (decimal): -5412138 or 14052013. OLE color: 14052013.

HSL color Cylindrical-coordinate representation of color #AD6AD6: hue angle of 277.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6AD6 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173106214-
CMYK0.190.5000.16
HSL277.22º56.84%62.75%-
HSV(B)277.22º50.47%83.92%-
XYZ34.5324.0566.44-
YUV138.34170.7152.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=35.09%
G=21.50%
B=43.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731062140.190.5000.16277.2256.8462.75
HexAD6AD61332010115393f
Octal25515232623620204257177
Binary1010110111010101101011010011110010010000100010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AD6; }

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

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

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

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

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

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

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

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