#A85ED9

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

Shades of Amethyst #A85ED9

Tints of Amethyst #A85ED9

Color information

#A85ED9 (or 0xA85ED9) is unknown color: approx Amethyst. HEX triplet: A8, 5E and D9. RGB value is (168,94,217). Sum of RGB (Red+Green+Blue) = 168+94+217=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #A85ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ED9 is #57A126. Grayscale: #818181. Windows color (decimal): -5742887 or 14245544. OLE color: 14245544.

HSL color Cylindrical-coordinate representation of color #A85ED9: hue angle of 276.1º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85ED9 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16894217-
CMYK0.230.5700.15
HSL276.1º61.81%60.98%-
HSV(B)276.1º56.68%85.1%-
XYZ32.6821.3468.04-
YUV130.15177.02155-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=35.07%
G=19.62%
B=45.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168942170.230.5700.15276.161.8160.98
HexA85ED917390F1143e3d
Octal25013633127710174247675
Binary101010001011110110110011011111100101111100010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85ED9; }

 p { color: rgb(168,94,217); }

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

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

 a { background-color: rgb(168,94,217); }

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

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

 span { border-color: rgb(168,94,217); }

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