#A05DD7

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

Shades of Amethyst #A05DD7

Tints of Amethyst #A05DD7

Color information

#A05DD7 (or 0xA05DD7) is unknown color: approx Amethyst. HEX triplet: A0, 5D and D7. RGB value is (160,93,215). Sum of RGB (Red+Green+Blue) = 160+93+215=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #A05DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DD7 is #5FA228. Grayscale: #7E7E7E. Windows color (decimal): -6267433 or 14114208. OLE color: 14114208.

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

Color convert

RGB16093215-
CMYK0.260.5700.16
HSL272.95º60.4%60.39%-
HSV(B)272.95º56.74%84.31%-
XYZ30.6820.2166.57-
YUV126.94177.7151.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=34.19%
G=19.87%
B=45.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160932150.260.5700.16272.9560.460.39
HexA05DD71A390101113c3c
Octal24013532732710204217474
Binary1010000010111011101011111010111001010000100010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DD7; }

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

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

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

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

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

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

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

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