#A56ACD

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

Shades of Amethyst #A56ACD

Tints of Amethyst #A56ACD

Color information

#A56ACD (or 0xA56ACD) is unknown color: approx Amethyst. HEX triplet: A5, 6A and CD. RGB value is (165,106,205). Sum of RGB (Red+Green+Blue) = 165+106+205=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACD is #5A9532. Grayscale: #868686. Windows color (decimal): -5936435 or 13462181. OLE color: 13462181.

HSL color Cylindrical-coordinate representation of color #A56ACD: hue angle of 275.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56ACD is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165106205-
CMYK0.200.4800.20
HSL275.76º49.75%60.98%-
HSV(B)275.76º48.29%80.39%-
XYZ31.6922.7260.47-
YUV134.93167.55149.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=34.66%
G=22.27%
B=43.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651062050.200.4800.20275.7649.7560.98
HexA56ACD1430014114323d
Octal24515231524600244246275
Binary1010010111010101100110110100110000010100100010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56ACD; }

 p { color: rgb(165,106,205); }

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

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

 a { background-color: rgb(165,106,205); }

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

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

 span { border-color: rgb(165,106,205); }

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