#A05ECA

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

Shades of Amethyst #A05ECA

Tints of Amethyst #A05ECA

Color information

#A05ECA (or 0xA05ECA) is unknown color: approx Amethyst. HEX triplet: A0, 5E and CA. RGB value is (160,94,202). Sum of RGB (Red+Green+Blue) = 160+94+202=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #A05ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECA is #5FA135. Grayscale: #7D7D7D. Windows color (decimal): -6267190 or 13262496. OLE color: 13262496.

HSL color Cylindrical-coordinate representation of color #A05ECA: hue angle of 276.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05ECA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16094202-
CMYK0.210.5300.21
HSL276.67º50.47%58.04%-
HSV(B)276.67º53.47%79.22%-
XYZ29.1619.7458.15-
YUV126.05170.87152.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=35.09%
G=20.61%
B=44.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160942020.210.5300.21276.6750.4758.04
HexA05ECA1535015115323a
Octal24013631225650254256272
Binary1010000010111101100101010101110101010101100010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05ECA; }

 p { color: rgb(160,94,202); }

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

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

 a { background-color: rgb(160,94,202); }

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

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

 span { border-color: rgb(160,94,202); }

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