#AD68E4

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

Shades of Amethyst #AD68E4

Tints of Amethyst #AD68E4

Color information

#AD68E4 (or 0xAD68E4) is unknown color: approx Amethyst. HEX triplet: AD, 68 and E4. RGB value is (173,104,228). Sum of RGB (Red+Green+Blue) = 173+104+228=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD68E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68E4 is #52971B. Grayscale: #8A8A8A. Windows color (decimal): -5412636 or 14969005. OLE color: 14969005.

HSL color Cylindrical-coordinate representation of color #AD68E4: hue angle of 273.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD68E4 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173104228-
CMYK0.240.5400.11
HSL273.39º69.66%65.1%-
HSV(B)273.39º54.39%89.41%-
XYZ36.1924.3976.2-
YUV138.77178.36152.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 228 (89.45% from 255) = 45.15%
R=34.26%
G=20.59%
B=45.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731042280.240.5400.11273.3969.6665.1
HexAD68E418360B1114641
Octal2551503443066013421106101
Binary10101101110100011100100110001101100101110001000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68E4; }

 p { color: rgb(173,104,228); }

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

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

 a { background-color: rgb(173,104,228); }

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

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

 span { border-color: rgb(173,104,228); }

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