#A866C8

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

Shades of Amethyst #A866C8

Tints of Amethyst #A866C8

Color information

#A866C8 (or 0xA866C8) is unknown color: approx Amethyst. HEX triplet: A8, 66 and C8. RGB value is (168,102,200). Sum of RGB (Red+Green+Blue) = 168+102+200=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #A866C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866C8 is #579937. Grayscale: #848484. Windows color (decimal): -5740856 or 13133480. OLE color: 13133480.

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

Color convert

RGB168102200-
CMYK0.160.4900.22
HSL280.41º47.12%59.22%-
HSV(B)280.41º49%78.43%-
XYZ31.332257.24-
YUV132.91165.87153.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=35.74%
G=21.70%
B=42.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681022000.160.4900.22280.4147.1259.22
HexA866C810310161182f3b
Octal25014631020610264305773
Binary1010100011001101100100010000110001010110100011000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866C8; }

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

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

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

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

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

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

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

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