#A05BD5

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

Shades of Amethyst #A05BD5

Tints of Amethyst #A05BD5

Color information

#A05BD5 (or 0xA05BD5) is unknown color: approx Amethyst. HEX triplet: A0, 5B and D5. RGB value is (160,91,213). Sum of RGB (Red+Green+Blue) = 160+91+213=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #A05BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BD5 is #5FA42A. Grayscale: #7D7D7D. Windows color (decimal): -6267947 or 13982624. OLE color: 13982624.

HSL color Cylindrical-coordinate representation of color #A05BD5: hue angle of 273.93º degrees, saturation: 0.59, 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 #A05BD5 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16091213-
CMYK0.250.5700.16
HSL273.93º59.22%59.61%-
HSV(B)273.93º57.28%83.53%-
XYZ30.2519.7665.17-
YUV125.54177.36152.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=34.48%
G=19.61%
B=45.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160912130.250.5700.16273.9359.2259.61
HexA05BD519390101123b3c
Octal24013332531710204227374
Binary1010000010110111101010111001111001010000100010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BD5; }

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

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

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

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

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

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

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

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