#A86CCA

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

Shades of Amethyst #A86CCA

Tints of Amethyst #A86CCA

Color information

#A86CCA (or 0xA86CCA) is unknown color: approx Amethyst. HEX triplet: A8, 6C and CA. RGB value is (168,108,202). Sum of RGB (Red+Green+Blue) = 168+108+202=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #A86CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCA is #579335. Grayscale: #888888. Windows color (decimal): -5739318 or 13266088. OLE color: 13266088.

HSL color Cylindrical-coordinate representation of color #A86CCA: hue angle of 278.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86CCA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168108202-
CMYK0.170.4700.21
HSL278.3º47%60.78%-
HSV(B)278.3º46.53%79.22%-
XYZ32.1723.3158.68-
YUV136.66164.88150.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=35.15%
G=22.59%
B=42.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681082020.170.4700.21278.34760.78
HexA86CCA112F0151162f3d
Octal25015431221570254265775
Binary1010100011011001100101010001101111010101100010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CCA; }

 p { color: rgb(168,108,202); }

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

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

 a { background-color: rgb(168,108,202); }

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

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

 span { border-color: rgb(168,108,202); }

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