#A05DC9

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

Shades of Amethyst #A05DC9

Tints of Amethyst #A05DC9

Color information

#A05DC9 (or 0xA05DC9) is unknown color: approx Amethyst. HEX triplet: A0, 5D and C9. RGB value is (160,93,201). Sum of RGB (Red+Green+Blue) = 160+93+201=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #A05DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DC9 is #5FA236. Grayscale: #7C7C7C. Windows color (decimal): -6267447 or 13196704. OLE color: 13196704.

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

Color convert

RGB16093201-
CMYK0.200.5400.21
HSL277.22º50%57.65%-
HSV(B)277.22º53.73%78.82%-
XYZ28.9519.5257.5-
YUV125.34170.7152.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=35.24%
G=20.48%
B=44.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160932010.200.5400.21277.225057.65
HexA05DC91436015115323a
Octal24013531124660254256272
Binary1010000010111011100100110100110110010101100010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DC9; }

 p { color: rgb(160,93,201); }

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

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

 a { background-color: rgb(160,93,201); }

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

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

 span { border-color: rgb(160,93,201); }

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