#A866CF

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

Shades of Amethyst #A866CF

Tints of Amethyst #A866CF

Color information

#A866CF (or 0xA866CF) is unknown color: approx Amethyst. HEX triplet: A8, 66 and CF. RGB value is (168,102,207). Sum of RGB (Red+Green+Blue) = 168+102+207=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A866CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866CF is #579930. Grayscale: #858585. Windows color (decimal): -5740849 or 13592232. OLE color: 13592232.

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

Color convert

RGB168102207-
CMYK0.190.5100.19
HSL277.71º52.24%60.59%-
HSV(B)277.71º50.72%81.18%-
XYZ32.1622.3361.65-
YUV133.7169.37152.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=35.22%
G=21.38%
B=43.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681022070.190.5100.19277.7152.2460.59
HexA866CF1333013116343d
Octal25014631723630234266475
Binary1010100011001101100111110011110011010011100010110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866CF; }

 p { color: rgb(168,102,207); }

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

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

 a { background-color: rgb(168,102,207); }

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

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

 span { border-color: rgb(168,102,207); }

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