#a870d6

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

Shades of Amethyst #A870D6

Tints of Amethyst #A870D6

Color information

#A870D6 (or 0xA870D6) is unknown color: approx Amethyst. HEX triplet: A8, 70 and D6. RGB value is (168,112,214). Sum of RGB (Red+Green+Blue) = 168+112+214=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #A870D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870D6 is #578F29. Grayscale: #8C8C8C. Windows color (decimal): -5738282 or 14053544. OLE color: 14053544.

HSL color Cylindrical-coordinate representation of color #A870D6: hue angle of 272.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A870D6 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168112214-
CMYK0.210.4800.16
HSL272.94º55.43%63.92%-
HSV(B)272.94º47.66%83.92%-
XYZ34.0824.7766.6-
YUV140.37169.55147.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=34.01%
G=22.67%
B=43.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681122140.210.4800.16272.9455.4363.92
HexA870D615300101113740
Octal250160326256002042167100
Binary10101000111000011010110101011100000100001000100011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a870d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a870d6; }

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

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

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

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

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

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

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

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