#A85DE6

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

Shades of Amethyst #A85DE6

Tints of Amethyst #A85DE6

Color information

#A85DE6 (or 0xA85DE6) is unknown color: approx Amethyst. HEX triplet: A8, 5D and E6. RGB value is (168,93,230). Sum of RGB (Red+Green+Blue) = 168+93+230=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #A85DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DE6 is #57A219. Grayscale: #828282. Windows color (decimal): -5743130 or 15097256. OLE color: 15097256.

HSL color Cylindrical-coordinate representation of color #A85DE6: hue angle of 272.85º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85DE6 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16893230-
CMYK0.270.6000.10
HSL272.85º73.26%63.33%-
HSV(B)272.85º59.57%90.2%-
XYZ34.3521.8777.27-
YUV131.04183.85154.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 230 (90.23% from 255) = 46.84%
R=34.22%
G=18.94%
B=46.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168932300.270.6000.10272.8573.2663.33
HexA85DE61B3C0A111493f
Octal250135346337401242111177
Binary1010100010111011110011011011111100010101000100011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DE6; }

 p { color: rgb(168,93,230); }

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

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

 a { background-color: rgb(168,93,230); }

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

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

 span { border-color: rgb(168,93,230); }

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