#A872D8

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

Shades of Amethyst #A872D8

Tints of Amethyst #A872D8

Color information

#A872D8 (or 0xA872D8) is unknown color: approx Amethyst. HEX triplet: A8, 72 and D8. RGB value is (168,114,216). Sum of RGB (Red+Green+Blue) = 168+114+216=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #A872D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D8 is #578D27. Grayscale: #8D8D8D. Windows color (decimal): -5737768 or 14185128. OLE color: 14185128.

HSL color Cylindrical-coordinate representation of color #A872D8: hue angle of 271.76º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A872D8 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168114216-
CMYK0.220.4700.15
HSL271.76º56.67%64.71%-
HSV(B)271.76º47.22%84.71%-
XYZ34.5625.3268.03-
YUV141.77169.89146.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 216 (84.77% from 255) = 43.37%
R=33.73%
G=22.89%
B=43.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681142160.220.4700.15271.7656.6764.71
HexA872D8162F0F1103941
Octal250162330265701742071101
Binary1010100011100101101100010110101111011111000100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872D8; }

 p { color: rgb(168,114,216); }

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

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

 a { background-color: rgb(168,114,216); }

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

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

 span { border-color: rgb(168,114,216); }

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