#A861CE

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

Shades of Amethyst #A861CE

Tints of Amethyst #A861CE

Color information

#A861CE (or 0xA861CE) is unknown color: approx Amethyst. HEX triplet: A8, 61 and CE. RGB value is (168,97,206). Sum of RGB (Red+Green+Blue) = 168+97+206=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A861CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861CE is #579E31. Grayscale: #828282. Windows color (decimal): -5742130 or 13525416. OLE color: 13525416.

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

Color convert

RGB16897206-
CMYK0.180.5300.19
HSL279.08º52.66%59.41%-
HSV(B)279.08º52.91%80.78%-
XYZ31.5621.3360.85-
YUV130.66170.52154.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=35.67%
G=20.59%
B=43.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168972060.180.5300.19279.0852.6659.41
HexA861CE1235013117353b
Octal25014131622650234276573
Binary1010100011000011100111010010110101010011100010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861CE; }

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

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

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

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

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

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

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

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