#A85CE9

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

Shades of Amethyst #A85CE9

Tints of Amethyst #A85CE9

Color information

#A85CE9 (or 0xA85CE9) is unknown color: approx Amethyst. HEX triplet: A8, 5C and E9. RGB value is (168,92,233). Sum of RGB (Red+Green+Blue) = 168+92+233=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #A85CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CE9 is #57A316. Grayscale: #828282. Windows color (decimal): -5743383 or 15293608. OLE color: 15293608.

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

Color convert

RGB16892233-
CMYK0.280.6100.09
HSL272.34º76.22%63.73%-
HSV(B)272.34º60.52%91.37%-
XYZ34.6821.8679.48-
YUV130.8185.68154.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=34.08%
G=18.66%
B=47.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168922330.280.6100.09272.3476.2263.73
HexA85CE91C3D091104c40
Octal2501343513475011420114100
Binary10101000101110011101001111001111010100110001000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CE9; }

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

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

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

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

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

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

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

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