#A87AD0

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

Shades of Amethyst #A87AD0

Tints of Amethyst #A87AD0

Color information

#A87AD0 (or 0xA87AD0) is unknown color: approx Amethyst. HEX triplet: A8, 7A and D0. RGB value is (168,122,208). Sum of RGB (Red+Green+Blue) = 168+122+208=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #A87AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AD0 is #57852F. Grayscale: #919191. Windows color (decimal): -5735728 or 13662888. OLE color: 13662888.

HSL color Cylindrical-coordinate representation of color #A87AD0: hue angle of 272.09º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87AD0 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168122208-
CMYK0.190.4100.18
HSL272.09º47.78%64.71%-
HSV(B)272.09º41.35%81.57%-
XYZ34.4926.863.03-
YUV145.56163.24144.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=33.73%
G=24.50%
B=41.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681222080.190.4100.18272.0947.7864.71
HexA87AD013290121103041
Octal250172320235102242060101
Binary10101000111101011010000100111010010100101000100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87AD0; }

 p { color: rgb(168,122,208); }

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

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

 a { background-color: rgb(168,122,208); }

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

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

 span { border-color: rgb(168,122,208); }

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