#A85DEC

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

Shades of Amethyst #A85DEC

Tints of Amethyst #A85DEC

Color information

#A85DEC (or 0xA85DEC) is unknown color: approx Amethyst. HEX triplet: A8, 5D and EC. RGB value is (168,93,236). Sum of RGB (Red+Green+Blue) = 168+93+236=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DEC is #57A213. Grayscale: #838383. Windows color (decimal): -5743124 or 15490472. OLE color: 15490472.

HSL color Cylindrical-coordinate representation of color #A85DEC: hue angle of 271.47º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85DEC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16893236-
CMYK0.290.6100.07
HSL271.47º79.01%64.51%-
HSV(B)271.47º60.59%92.55%-
XYZ35.222.2181.79-
YUV131.73186.85153.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 236 (92.58% from 255) = 47.48%
R=33.80%
G=18.71%
B=47.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168932360.290.6100.07271.4779.0164.51
HexA85DEC1D3D0710f4f41
Octal250135354357507417117101
Binary1010100010111011110110011101111101011110000111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DEC; }

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

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

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

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

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

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

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

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