#A05DD5

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

Shades of Amethyst #A05DD5

Tints of Amethyst #A05DD5

Color information

#A05DD5 (or 0xA05DD5) is unknown color: approx Amethyst. HEX triplet: A0, 5D and D5. RGB value is (160,93,213). Sum of RGB (Red+Green+Blue) = 160+93+213=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #A05DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DD5 is #5FA22A. Grayscale: #7E7E7E. Windows color (decimal): -6267435 or 13983136. OLE color: 13983136.

HSL color Cylindrical-coordinate representation of color #A05DD5: hue angle of 273.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05DD5 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16093213-
CMYK0.250.5600.16
HSL273.5º58.82%60%-
HSV(B)273.5º56.34%83.53%-
XYZ30.4220.1165.23-
YUV126.71176.7151.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=34.33%
G=19.96%
B=45.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160932130.250.5600.16273.558.8260
HexA05DD519380101123b3c
Octal24013532531700204227374
Binary1010000010111011101010111001111000010000100010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DD5; }

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

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

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

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

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

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

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

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