#A870DB

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

Shades of Amethyst #A870DB

Tints of Amethyst #A870DB

Color information

#A870DB (or 0xA870DB) is unknown color: approx Amethyst. HEX triplet: A8, 70 and DB. RGB value is (168,112,219). Sum of RGB (Red+Green+Blue) = 168+112+219=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A870DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870DB is #578F24. Grayscale: #8C8C8C. Windows color (decimal): -5738277 or 14381224. OLE color: 14381224.

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

Color convert

RGB168112219-
CMYK0.230.4900.14
HSL271.4º59.78%64.9%-
HSV(B)271.4º48.86%85.88%-
XYZ34.7325.0370.02-
YUV140.94172.05147.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=33.67%
G=22.44%
B=43.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681122190.230.4900.14271.459.7864.9
HexA870DB17310E10f3c41
Octal250160333276101641774101
Binary1010100011100001101101110111110001011101000011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870DB; }

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

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

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

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

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

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

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

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