#A85CE6

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

Shades of Amethyst #A85CE6

Tints of Amethyst #A85CE6

Color information

#A85CE6 (or 0xA85CE6) is unknown color: approx Amethyst. HEX triplet: A8, 5C and E6. RGB value is (168,92,230). Sum of RGB (Red+Green+Blue) = 168+92+230=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #A85CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CE6 is #57A319. Grayscale: #818181. Windows color (decimal): -5743386 or 15097000. OLE color: 15097000.

HSL color Cylindrical-coordinate representation of color #A85CE6: hue angle of 273.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85CE6 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16892230-
CMYK0.270.6000.10
HSL273.04º73.4%63.14%-
HSV(B)273.04º60%90.2%-
XYZ34.2621.6977.24-
YUV130.46184.18154.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 230 (90.23% from 255) = 46.94%
R=34.29%
G=18.78%
B=46.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168922300.270.6000.10273.0473.463.14
HexA85CE61B3C0A111493f
Octal250134346337401242111177
Binary1010100010111001110011011011111100010101000100011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CE6; }

 p { color: rgb(168,92,230); }

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

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

 a { background-color: rgb(168,92,230); }

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

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

 span { border-color: rgb(168,92,230); }

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