#a85fe9

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

Shades of Amethyst #A85FE9

Tints of Amethyst #A85FE9

Color information

#A85FE9 (or 0xA85FE9) is unknown color: approx Amethyst. HEX triplet: A8, 5F and E9. RGB value is (168,95,233). Sum of RGB (Red+Green+Blue) = 168+95+233=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #A85FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FE9 is #57A016. Grayscale: #848484. Windows color (decimal): -5742615 or 15294376. OLE color: 15294376.

HSL color Cylindrical-coordinate representation of color #A85FE9: hue angle of 271.74º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85FE9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16895233-
CMYK0.280.5900.09
HSL271.74º75.82%64.31%-
HSV(B)271.74º59.23%91.37%-
XYZ34.9522.3979.57-
YUV132.56184.68153.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 233 (91.41% from 255) = 46.98%
R=33.87%
G=19.15%
B=46.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168952330.280.5900.09271.7475.8264.31
HexA85FE91C3B091104c40
Octal2501373513473011420114100
Binary10101000101111111101001111001110110100110001000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85fe9; }

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

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

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

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

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

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

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

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