#A85DDE

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

Shades of Amethyst #A85DDE

Tints of Amethyst #A85DDE

Color information

#A85DDE (or 0xA85DDE) is unknown color: approx Amethyst. HEX triplet: A8, 5D and DE. RGB value is (168,93,222). Sum of RGB (Red+Green+Blue) = 168+93+222=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #A85DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DDE is #57A221. Grayscale: #818181. Windows color (decimal): -5743138 or 14572968. OLE color: 14572968.

HSL color Cylindrical-coordinate representation of color #A85DDE: hue angle of 274.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85DDE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16893222-
CMYK0.240.5800.13
HSL274.88º66.15%61.76%-
HSV(B)274.88º58.11%87.06%-
XYZ33.2521.4371.49-
YUV130.13179.85155.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=34.78%
G=19.25%
B=45.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168932220.240.5800.13274.8866.1561.76
HexA85DDE183A0D113423e
Octal250135336307201542310276
Binary1010100010111011101111011000111010011011000100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DDE; }

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

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

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

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

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

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

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

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