#A560DC

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

Shades of Amethyst #A560DC

Tints of Amethyst #A560DC

Color information

#A560DC (or 0xA560DC) is unknown color: approx Amethyst. HEX triplet: A5, 60 and DC. RGB value is (165,96,220). Sum of RGB (Red+Green+Blue) = 165+96+220=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #A560DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560DC is #5A9F23. Grayscale: #828282. Windows color (decimal): -5938980 or 14442661. OLE color: 14442661.

HSL color Cylindrical-coordinate representation of color #A560DC: hue angle of 273.39º 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 #A560DC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16596220-
CMYK0.250.5600.14
HSL273.39º63.92%61.96%-
HSV(B)273.39º56.36%86.27%-
XYZ32.6221.5370.15-
YUV130.77178.36152.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=34.30%
G=19.96%
B=45.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165962200.250.5600.14273.3963.9261.96
HexA560DC19380E111403e
Octal245140334317001642110076
Binary1010010111000001101110011001111000011101000100011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560DC; }

 p { color: rgb(165,96,220); }

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

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

 a { background-color: rgb(165,96,220); }

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

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

 span { border-color: rgb(165,96,220); }

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