#A061DE

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

Shades of Amethyst #A061DE

Tints of Amethyst #A061DE

Color information

#A061DE (or 0xA061DE) is unknown color: approx Amethyst. HEX triplet: A0, 61 and DE. RGB value is (160,97,222). Sum of RGB (Red+Green+Blue) = 160+97+222=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #A061DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DE is #5F9E21. Grayscale: #818181. Windows color (decimal): -6266402 or 14573984. OLE color: 14573984.

HSL color Cylindrical-coordinate representation of color #A061DE: hue angle of 270.24º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A061DE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16097222-
CMYK0.280.5600.13
HSL270.24º65.45%62.55%-
HSV(B)270.24º56.31%87.06%-
XYZ31.9621.371.53-
YUV130.09179.87149.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=33.40%
G=20.25%
B=46.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160972220.280.5600.13270.2465.4562.55
HexA061DE1C380D10e413f
Octal240141336347001541610177
Binary1010000011000011101111011100111000011011000011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061DE; }

 p { color: rgb(160,97,222); }

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

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

 a { background-color: rgb(160,97,222); }

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

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

 span { border-color: rgb(160,97,222); }

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