#AD68E6

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

Shades of Amethyst #AD68E6

Tints of Amethyst #AD68E6

Color information

#AD68E6 (or 0xAD68E6) is unknown color: approx Amethyst. HEX triplet: AD, 68 and E6. RGB value is (173,104,230). Sum of RGB (Red+Green+Blue) = 173+104+230=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD68E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68E6 is #529719. Grayscale: #8A8A8A. Windows color (decimal): -5412634 or 15100077. OLE color: 15100077.

HSL color Cylindrical-coordinate representation of color #AD68E6: hue angle of 272.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD68E6 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173104230-
CMYK0.250.5500.10
HSL272.86º71.59%65.49%-
HSV(B)272.86º54.78%90.2%-
XYZ36.4724.577.67-
YUV139179.36152.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=34.12%
G=20.51%
B=45.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731042300.250.5500.10272.8671.5965.49
HexAD68E619370A1114841
Octal2551503463167012421110101
Binary10101101110100011100110110011101110101010001000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68E6; }

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

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

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

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

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

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

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

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