#A866C9

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

Shades of Amethyst #A866C9

Tints of Amethyst #A866C9

Color information

#A866C9 (or 0xA866C9) is unknown color: approx Amethyst. HEX triplet: A8, 66 and C9. RGB value is (168,102,201). Sum of RGB (Red+Green+Blue) = 168+102+201=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #A866C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866C9 is #579936. Grayscale: #848484. Windows color (decimal): -5740855 or 13199016. OLE color: 13199016.

HSL color Cylindrical-coordinate representation of color #A866C9: hue angle of 280º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A866C9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168102201-
CMYK0.160.4900.21
HSL280º47.83%59.41%-
HSV(B)280º49.25%78.82%-
XYZ31.4422.0457.86-
YUV133.02166.37152.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=35.67%
G=21.66%
B=42.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681022010.160.4900.2128047.8359.41
HexA866C91031015118303b
Octal25014631120610254306073
Binary1010100011001101100100110000110001010101100011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866C9; }

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

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

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

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

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

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

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

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