#A05BD8

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

Shades of Amethyst #A05BD8

Tints of Amethyst #A05BD8

Color information

#A05BD8 (or 0xA05BD8) is unknown color: approx Amethyst. HEX triplet: A0, 5B and D8. RGB value is (160,91,216). Sum of RGB (Red+Green+Blue) = 160+91+216=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #A05BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BD8 is #5FA427. Grayscale: #7D7D7D. Windows color (decimal): -6267944 or 14179232. OLE color: 14179232.

HSL color Cylindrical-coordinate representation of color #A05BD8: hue angle of 273.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05BD8 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16091216-
CMYK0.260.5800.15
HSL273.12º61.58%60.2%-
HSV(B)273.12º57.87%84.71%-
XYZ30.6319.9167.19-
YUV125.88178.86152.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=34.26%
G=19.49%
B=46.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160912160.260.5800.15273.1261.5860.2
HexA05BD81A3A0F1113e3c
Octal24013333032720174217674
Binary101000001011011110110001101011101001111100010001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BD8; }

 p { color: rgb(160,91,216); }

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

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

 a { background-color: rgb(160,91,216); }

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

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

 span { border-color: rgb(160,91,216); }

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