#A05DD0

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

Shades of Amethyst #A05DD0

Tints of Amethyst #A05DD0

Color information

#A05DD0 (or 0xA05DD0) is unknown color: approx Amethyst. HEX triplet: A0, 5D and D0. RGB value is (160,93,208). Sum of RGB (Red+Green+Blue) = 160+93+208=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #A05DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DD0 is #5FA22F. Grayscale: #7D7D7D. Windows color (decimal): -6267440 or 13655456. OLE color: 13655456.

HSL color Cylindrical-coordinate representation of color #A05DD0: hue angle of 274.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05DD0 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16093208-
CMYK0.230.5500.18
HSL274.96º55.02%59.02%-
HSV(B)274.96º55.29%81.57%-
XYZ29.819.8661.94-
YUV126.14174.2152.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=34.71%
G=20.17%
B=45.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160932080.230.5500.18274.9655.0259.02
HexA05DD01737012113373b
Octal24013532027670224236773
Binary1010000010111011101000010111110111010010100010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DD0; }

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

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

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

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

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

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

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

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