#A06ED5

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

Shades of Amethyst #A06ED5

Tints of Amethyst #A06ED5

Color information

#A06ED5 (or 0xA06ED5) is unknown color: approx Amethyst. HEX triplet: A0, 6E and D5. RGB value is (160,110,213). Sum of RGB (Red+Green+Blue) = 160+110+213=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A06ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ED5 is #5F912A. Grayscale: #888888. Windows color (decimal): -6263083 or 13987488. OLE color: 13987488.

HSL color Cylindrical-coordinate representation of color #A06ED5: hue angle of 269.13º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06ED5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160110213-
CMYK0.250.4800.16
HSL269.13º55.08%63.33%-
HSV(B)269.13º48.36%83.53%-
XYZ32.0823.4365.78-
YUV136.69171.06144.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=33.13%
G=22.77%
B=44.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601102130.250.4800.16269.1355.0863.33
HexA06ED5193001010d373f
Octal24015632531600204156777
Binary1010000011011101101010111001110000010000100001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06ED5; }

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

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

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

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

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

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

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

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