#A87BD0

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

Shades of Amethyst #A87BD0

Tints of Amethyst #A87BD0

Color information

#A87BD0 (or 0xA87BD0) is unknown color: approx Amethyst. HEX triplet: A8, 7B and D0. RGB value is (168,123,208). Sum of RGB (Red+Green+Blue) = 168+123+208=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #A87BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BD0 is #57842F. Grayscale: #919191. Windows color (decimal): -5735472 or 13663144. OLE color: 13663144.

HSL color Cylindrical-coordinate representation of color #A87BD0: hue angle of 271.76º degrees, saturation: 0.47, 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 #A87BD0 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168123208-
CMYK0.190.4100.18
HSL271.76º47.49%64.9%-
HSV(B)271.76º40.87%81.57%-
XYZ34.6227.0463.07-
YUV146.14162.91143.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=33.67%
G=24.65%
B=41.68%

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
Decimal1681232080.190.4100.18271.7647.4964.9
HexA87BD013290121102f41
Octal250173320235102242057101
Binary10101000111101111010000100111010010100101000100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BD0; }

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

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

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

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

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

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

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

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