#AD67D8

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

Shades of Amethyst #AD67D8

Tints of Amethyst #AD67D8

Color information

#AD67D8 (or 0xAD67D8) is unknown color: approx Amethyst. HEX triplet: AD, 67 and D8. RGB value is (173,103,216). Sum of RGB (Red+Green+Blue) = 173+103+216=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD67D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67D8 is #529827. Grayscale: #888888. Windows color (decimal): -5412904 or 14182317. OLE color: 14182317.

HSL color Cylindrical-coordinate representation of color #AD67D8: hue angle of 277.17º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD67D8 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173103216-
CMYK0.200.5200.15
HSL277.17º59.16%62.55%-
HSV(B)277.17º52.31%84.71%-
XYZ34.4823.5467.69-
YUV136.81172.69153.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 103 (40.62% from 255) = 20.93%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=35.16%
G=20.93%
B=43.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731032160.200.5200.15277.1759.1662.55
HexAD67D814340F1153b3f
Octal25514733024640174257377
Binary101011011100111110110001010011010001111100010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67D8; }

 p { color: rgb(173,103,216); }

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

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

 a { background-color: rgb(173,103,216); }

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

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

 span { border-color: rgb(173,103,216); }

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