#a860d4

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

Shades of Amethyst #A860D4

Tints of Amethyst #A860D4

Color information

#A860D4 (or 0xA860D4) is unknown color: approx Amethyst. HEX triplet: A8, 60 and D4. RGB value is (168,96,212). Sum of RGB (Red+Green+Blue) = 168+96+212=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #A860D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860D4 is #579F2B. Grayscale: #828282. Windows color (decimal): -5742380 or 13918376. OLE color: 13918376.

HSL color Cylindrical-coordinate representation of color #A860D4: hue angle of 277.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A860D4 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16896212-
CMYK0.210.5500.17
HSL277.24º57.43%60.39%-
HSV(B)277.24º54.72%83.14%-
XYZ32.2121.4464.73-
YUV130.75173.85154.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 212 (83.20% from 255) = 44.54%
R=35.29%
G=20.17%
B=44.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168962120.210.5500.17277.2457.4360.39
HexA860D41537011115393c
Octal25014032425670214257174
Binary1010100011000001101010010101110111010001100010101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a860d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a860d4; }

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

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

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

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

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

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

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

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