#A061DC

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

Shades of Amethyst #A061DC

Tints of Amethyst #A061DC

Color information

#A061DC (or 0xA061DC) is unknown color: approx Amethyst. HEX triplet: A0, 61 and DC. RGB value is (160,97,220). Sum of RGB (Red+Green+Blue) = 160+97+220=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #A061DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DC is #5F9E23. Grayscale: #818181. Windows color (decimal): -6266404 or 14442912. OLE color: 14442912.

HSL color Cylindrical-coordinate representation of color #A061DC: hue angle of 270.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A061DC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16097220-
CMYK0.270.5600.14
HSL270.73º63.73%62.16%-
HSV(B)270.73º55.91%86.27%-
XYZ31.6921.1970.13-
YUV129.86178.87149.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=33.54%
G=20.34%
B=46.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160972200.270.5600.14270.7363.7362.16
HexA061DC1B380E10f403e
Octal240141334337001641710076
Binary1010000011000011101110011011111000011101000011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061DC; }

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

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

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

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

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

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

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

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