#A05CDC

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

Shades of Amethyst #A05CDC

Tints of Amethyst #A05CDC

Color information

#A05CDC (or 0xA05CDC) is unknown color: approx Amethyst. HEX triplet: A0, 5C and DC. RGB value is (160,92,220). Sum of RGB (Red+Green+Blue) = 160+92+220=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDC is #5FA323. Grayscale: #7E7E7E. Windows color (decimal): -6267684 or 14441632. OLE color: 14441632.

HSL color Cylindrical-coordinate representation of color #A05CDC: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05CDC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16092220-
CMYK0.270.5800.14
HSL271.88º64.65%61.18%-
HSV(B)271.88º58.18%86.27%-
XYZ31.2420.369.98-
YUV126.92180.53151.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=33.90%
G=19.49%
B=46.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160922200.270.5800.14271.8864.6561.18
HexA05CDC1B3A0E110413d
Octal240134334337201642010175
Binary1010000010111001101110011011111010011101000100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CDC; }

 p { color: rgb(160,92,220); }

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

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

 a { background-color: rgb(160,92,220); }

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

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

 span { border-color: rgb(160,92,220); }

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