#A05FD7

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

Shades of Amethyst #A05FD7

Tints of Amethyst #A05FD7

Color information

#A05FD7 (or 0xA05FD7) is unknown color: approx Amethyst. HEX triplet: A0, 5F and D7. RGB value is (160,95,215). Sum of RGB (Red+Green+Blue) = 160+95+215=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #A05FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FD7 is #5FA028. Grayscale: #7F7F7F. Windows color (decimal): -6266921 or 14114720. OLE color: 14114720.

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

Color convert

RGB16095215-
CMYK0.260.5600.16
HSL272.5º60%60.78%-
HSV(B)272.5º55.81%84.31%-
XYZ30.8620.5666.63-
YUV128.11177.03150.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 215 (84.38% from 255) = 45.74%
R=34.04%
G=20.21%
B=45.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160952150.260.5600.16272.56060.78
HexA05FD71A380101103c3d
Octal24013732732700204207475
Binary1010000010111111101011111010111000010000100010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FD7; }

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

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

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

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

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

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

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

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