#A05DCA

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

Shades of Amethyst #A05DCA

Tints of Amethyst #A05DCA

Color information

#A05DCA (or 0xA05DCA) is unknown color: approx Amethyst. HEX triplet: A0, 5D and CA. RGB value is (160,93,202). Sum of RGB (Red+Green+Blue) = 160+93+202=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #A05DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DCA is #5FA235. Grayscale: #7D7D7D. Windows color (decimal): -6267446 or 13262240. OLE color: 13262240.

HSL color Cylindrical-coordinate representation of color #A05DCA: hue angle of 276.88º degrees, saturation: 0.51, 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 #A05DCA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16093202-
CMYK0.210.5400.21
HSL276.88º50.7%57.84%-
HSV(B)276.88º53.96%79.22%-
XYZ29.0719.5758.12-
YUV125.46171.2152.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=35.16%
G=20.44%
B=44.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160932020.210.5400.21276.8850.757.84
HexA05DCA1536015115333a
Octal24013531225660254256372
Binary1010000010111011100101010101110110010101100010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DCA; }

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

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

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

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

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

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

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

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