#A85DCC

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

Shades of Amethyst #A85DCC

Tints of Amethyst #A85DCC

Color information

#A85DCC (or 0xA85DCC) is unknown color: approx Amethyst. HEX triplet: A8, 5D and CC. RGB value is (168,93,204). Sum of RGB (Red+Green+Blue) = 168+93+204=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A85DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DCC is #57A233. Grayscale: #7F7F7F. Windows color (decimal): -5743156 or 13393320. OLE color: 13393320.

HSL color Cylindrical-coordinate representation of color #A85DCC: hue angle of 280.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85DCC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16893204-
CMYK0.180.5400.2
HSL280.54º52.11%58.24%-
HSV(B)280.54º54.41%80%-
XYZ30.9620.5159.45-
YUV128.08170.85156.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=36.13%
G=20%
B=43.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168932040.180.5400.2280.5452.1158.24
HexA85DCC1236014119343a
Octal25013531422660244316472
Binary1010100010111011100110010010110110010100100011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DCC; }

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

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

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

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

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

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

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

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