#A871CE

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

Shades of Amethyst #A871CE

Tints of Amethyst #A871CE

Color information

#A871CE (or 0xA871CE) is unknown color: approx Amethyst. HEX triplet: A8, 71 and CE. RGB value is (168,113,206). Sum of RGB (Red+Green+Blue) = 168+113+206=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A871CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CE is #578E31. Grayscale: #8B8B8B. Windows color (decimal): -5738034 or 13529512. OLE color: 13529512.

HSL color Cylindrical-coordinate representation of color #A871CE: hue angle of 275.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A871CE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168113206-
CMYK0.180.4500.19
HSL275.48º48.69%62.55%-
HSV(B)275.48º45.15%80.78%-
XYZ33.1924.5961.39-
YUV140.05165.22147.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=34.50%
G=23.20%
B=42.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681132060.180.4500.19275.4848.6962.55
HexA871CE122D013113313f
Octal25016131622550234236177
Binary1010100011100011100111010010101101010011100010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871CE; }

 p { color: rgb(168,113,206); }

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

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

 a { background-color: rgb(168,113,206); }

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

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

 span { border-color: rgb(168,113,206); }

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