#AD66EA

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

Shades of Amethyst #AD66EA

Tints of Amethyst #AD66EA

Color information

#AD66EA (or 0xAD66EA) is unknown color: approx Amethyst. HEX triplet: AD, 66 and EA. RGB value is (173,102,234). Sum of RGB (Red+Green+Blue) = 173+102+234=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD66EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66EA is #529915. Grayscale: #898989. Windows color (decimal): -5413142 or 15361709. OLE color: 15361709.

HSL color Cylindrical-coordinate representation of color #AD66EA: hue angle of 272.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD66EA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173102234-
CMYK0.260.5600.08
HSL272.27º75.86%65.88%-
HSV(B)272.27º56.41%91.76%-
XYZ36.8424.3380.6-
YUV138.28182.02152.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=33.99%
G=20.04%
B=45.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731022340.260.5600.08272.2775.8665.88
HexAD66EA1A38081104c42
Octal2551463523270010420114102
Binary10101101110011011101010110101110000100010001000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66EA; }

 p { color: rgb(173,102,234); }

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

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

 a { background-color: rgb(173,102,234); }

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

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

 span { border-color: rgb(173,102,234); }

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