#A85FD9

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

Shades of Amethyst #A85FD9

Tints of Amethyst #A85FD9

Color information

#A85FD9 (or 0xA85FD9) is unknown color: approx Amethyst. HEX triplet: A8, 5F and D9. RGB value is (168,95,217). Sum of RGB (Red+Green+Blue) = 168+95+217=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #A85FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FD9 is #57A026. Grayscale: #828282. Windows color (decimal): -5742631 or 14245800. OLE color: 14245800.

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

Color convert

RGB16895217-
CMYK0.230.5600.15
HSL275.9º61.62%61.18%-
HSV(B)275.9º56.22%85.1%-
XYZ32.7721.5268.07-
YUV130.73176.68154.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=35%
G=19.79%
B=45.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168952170.230.5600.15275.961.6261.18
HexA85FD917380F1143e3d
Octal25013733127700174247675
Binary101010001011111110110011011111100001111100010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FD9; }

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

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

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

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

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

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

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

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