#A56BDC

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

Shades of Amethyst #A56BDC

Tints of Amethyst #A56BDC

Color information

#A56BDC (or 0xA56BDC) is unknown color: approx Amethyst. HEX triplet: A5, 6B and DC. RGB value is (165,107,220). Sum of RGB (Red+Green+Blue) = 165+107+220=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A56BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BDC is #5A9423. Grayscale: #888888. Windows color (decimal): -5936164 or 14445477. OLE color: 14445477.

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

Color convert

RGB165107220-
CMYK0.250.5100.14
HSL270.8º61.75%64.12%-
HSV(B)270.8º51.36%86.27%-
XYZ33.6923.6870.51-
YUV137.22174.72147.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=33.54%
G=21.75%
B=44.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651072200.250.5100.14270.861.7564.12
HexA56BDC19330E10f3e40
Octal245153334316301641776100
Binary1010010111010111101110011001110011011101000011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BDC; }

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

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

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

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

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

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

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

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