#A85DE1

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

Shades of Amethyst #A85DE1

Tints of Amethyst #A85DE1

Color information

#A85DE1 (or 0xA85DE1) is unknown color: approx Amethyst. HEX triplet: A8, 5D and E1. RGB value is (168,93,225). Sum of RGB (Red+Green+Blue) = 168+93+225=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #A85DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DE1 is #57A21E. Grayscale: #828282. Windows color (decimal): -5743135 or 14769576. OLE color: 14769576.

HSL color Cylindrical-coordinate representation of color #A85DE1: hue angle of 274.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85DE1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16893225-
CMYK0.250.5900.12
HSL274.09º68.75%62.35%-
HSV(B)274.09º58.67%88.24%-
XYZ33.6521.5973.63-
YUV130.47181.35154.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 93 (36.72% from 255) = 19.14%
BLUE value IS 225 (88.28% from 255) = 46.30%
R=34.57%
G=19.14%
B=46.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168932250.250.5900.12274.0968.7562.35
HexA85DE1193B0C112453e
Octal250135341317301442210576
Binary1010100010111011110000111001111011011001000100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DE1; }

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

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

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

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

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

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

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

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