#A86FCC

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

Shades of Amethyst #A86FCC

Tints of Amethyst #A86FCC

Color information

#A86FCC (or 0xA86FCC) is unknown color: approx Amethyst. HEX triplet: A8, 6F and CC. RGB value is (168,111,204). Sum of RGB (Red+Green+Blue) = 168+111+204=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #A86FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCC is #579033. Grayscale: #8A8A8A. Windows color (decimal): -5738548 or 13397928. OLE color: 13397928.

HSL color Cylindrical-coordinate representation of color #A86FCC: hue angle of 276.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86FCC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168111204-
CMYK0.180.4600.2
HSL276.77º47.69%61.76%-
HSV(B)276.77º45.59%80%-
XYZ32.7324.0560.04-
YUV138.64164.88148.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=34.78%
G=22.98%
B=42.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681112040.180.4600.2276.7747.6961.76
HexA86FCC122E014115303e
Octal25015731422560244256076
Binary1010100011011111100110010010101110010100100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FCC; }

 p { color: rgb(168,111,204); }

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

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

 a { background-color: rgb(168,111,204); }

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

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

 span { border-color: rgb(168,111,204); }

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