#A860CC

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

Shades of Amethyst #A860CC

Tints of Amethyst #A860CC

Color information

#A860CC (or 0xA860CC) is unknown color: approx Amethyst. HEX triplet: A8, 60 and CC. RGB value is (168,96,204). Sum of RGB (Red+Green+Blue) = 168+96+204=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A860CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860CC is #579F33. Grayscale: #818181. Windows color (decimal): -5742388 or 13394088. OLE color: 13394088.

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

Color convert

RGB16896204-
CMYK0.180.5300.2
HSL280º51.43%58.82%-
HSV(B)280º52.94%80%-
XYZ31.2321.0559.54-
YUV129.84169.85155.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=35.90%
G=20.51%
B=43.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168962040.180.5300.228051.4358.82
HexA860CC1235014118333b
Octal25014031422650244306373
Binary1010100011000001100110010010110101010100100011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860CC; }

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

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

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

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

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

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

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

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