#A05BD0

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

Shades of Amethyst #A05BD0

Tints of Amethyst #A05BD0

Color information

#A05BD0 (or 0xA05BD0) is unknown color: approx Amethyst. HEX triplet: A0, 5B and D0. RGB value is (160,91,208). Sum of RGB (Red+Green+Blue) = 160+91+208=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A05BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BD0 is #5FA42F. Grayscale: #7C7C7C. Windows color (decimal): -6267952 or 13654944. OLE color: 13654944.

HSL color Cylindrical-coordinate representation of color #A05BD0: hue angle of 275.38º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05BD0 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16091208-
CMYK0.230.5600.18
HSL275.38º55.45%58.63%-
HSV(B)275.38º56.25%81.57%-
XYZ29.6219.5161.88-
YUV124.97174.86152.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=34.86%
G=19.83%
B=45.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160912080.230.5600.18275.3855.4558.63
HexA05BD01738012113373b
Octal24013332027700224236773
Binary1010000010110111101000010111111000010010100010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BD0; }

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

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

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

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

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

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

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

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