#A87BD4

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

Shades of Amethyst #A87BD4

Tints of Amethyst #A87BD4

Color information

#A87BD4 (or 0xA87BD4) is unknown color: approx Amethyst. HEX triplet: A8, 7B and D4. RGB value is (168,123,212). Sum of RGB (Red+Green+Blue) = 168+123+212=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #A87BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BD4 is #57842B. Grayscale: #929292. Windows color (decimal): -5735468 or 13925288. OLE color: 13925288.

HSL color Cylindrical-coordinate representation of color #A87BD4: hue angle of 270.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87BD4 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168123212-
CMYK0.210.4200.17
HSL270.34º50.86%65.69%-
HSV(B)270.34º41.98%83.14%-
XYZ35.1227.2465.7-
YUV146.6164.91143.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=33.40%
G=24.45%
B=42.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681232120.210.4200.17270.3450.8665.69
HexA87BD4152A01110e3342
Octal250173324255202141663102
Binary10101000111101111010100101011010100100011000011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BD4; }

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

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

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

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

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

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

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

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