#A85FE3

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

Shades of Amethyst #A85FE3

Tints of Amethyst #A85FE3

Color information

#A85FE3 (or 0xA85FE3) is unknown color: approx Amethyst. HEX triplet: A8, 5F and E3. RGB value is (168,95,227). Sum of RGB (Red+Green+Blue) = 168+95+227=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #A85FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FE3 is #57A01C. Grayscale: #838383. Windows color (decimal): -5742621 or 14901160. OLE color: 14901160.

HSL color Cylindrical-coordinate representation of color #A85FE3: hue angle of 273.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85FE3 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16895227-
CMYK0.260.5800.11
HSL273.18º70.21%63.14%-
HSV(B)273.18º58.15%89.02%-
XYZ34.1122.0675.13-
YUV131.88181.68153.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 227 (89.06% from 255) = 46.33%
R=34.29%
G=19.39%
B=46.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168952270.260.5800.11273.1870.2163.14
HexA85FE31A3A0B111463f
Octal250137343327201342110677
Binary1010100010111111110001111010111010010111000100011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FE3; }

 p { color: rgb(168,95,227); }

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

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

 a { background-color: rgb(168,95,227); }

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

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

 span { border-color: rgb(168,95,227); }

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