#AD68CD

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

Shades of Amethyst #AD68CD

Tints of Amethyst #AD68CD

Color information

#AD68CD (or 0xAD68CD) is unknown color: approx Amethyst. HEX triplet: AD, 68 and CD. RGB value is (173,104,205). Sum of RGB (Red+Green+Blue) = 173+104+205=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68CD is #529732. Grayscale: #878787. Windows color (decimal): -5412659 or 13461677. OLE color: 13461677.

HSL color Cylindrical-coordinate representation of color #AD68CD: hue angle of 280.99º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD68CD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173104205-
CMYK0.160.4900.20
HSL280.99º50.25%60.59%-
HSV(B)280.99º49.27%80.39%-
XYZ33.223.1960.48-
YUV136.14166.86154.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=35.89%
G=21.58%
B=42.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731042050.160.4900.20280.9950.2560.59
HexAD68CD1031014119323d
Octal25515031520610244316275
Binary1010110111010001100110110000110001010100100011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68CD; }

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

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

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

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

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

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

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

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