#A56BCD

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

Shades of Amethyst #A56BCD

Tints of Amethyst #A56BCD

Color information

#A56BCD (or 0xA56BCD) is unknown color: approx Amethyst. HEX triplet: A5, 6B and CD. RGB value is (165,107,205). Sum of RGB (Red+Green+Blue) = 165+107+205=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BCD is #5A9432. Grayscale: #878787. Windows color (decimal): -5936179 or 13462437. OLE color: 13462437.

HSL color Cylindrical-coordinate representation of color #A56BCD: hue angle of 275.51º degrees, saturation: 0.49, 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 #A56BCD is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165107205-
CMYK0.200.4800.20
HSL275.51º49.49%61.18%-
HSV(B)275.51º47.8%80.39%-
XYZ31.7922.9260.51-
YUV135.51167.22149.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=34.59%
G=22.43%
B=42.98%

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
Decimal1651072050.200.4800.20275.5149.4961.18
HexA56BCD1430014114313d
Octal24515331524600244246175
Binary1010010111010111100110110100110000010100100010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BCD; }

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

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

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

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

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

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

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

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