#A870DA

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

Shades of Amethyst #A870DA

Tints of Amethyst #A870DA

Color information

#A870DA (or 0xA870DA) is unknown color: approx Amethyst. HEX triplet: A8, 70 and DA. RGB value is (168,112,218). Sum of RGB (Red+Green+Blue) = 168+112+218=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A870DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870DA is #578F25. Grayscale: #8C8C8C. Windows color (decimal): -5738278 or 14315688. OLE color: 14315688.

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

Color convert

RGB168112218-
CMYK0.230.4900.15
HSL271.7º58.89%64.71%-
HSV(B)271.7º48.62%85.49%-
XYZ34.624.9869.33-
YUV140.83171.55147.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=33.73%
G=22.49%
B=43.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681122180.230.4900.15271.758.8964.71
HexA870DA17310F1103b41
Octal250160332276101742073101
Binary1010100011100001101101010111110001011111000100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870DA; }

 p { color: rgb(168,112,218); }

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

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

 a { background-color: rgb(168,112,218); }

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

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

 span { border-color: rgb(168,112,218); }

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