#A56DBE

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

Shades of Amethyst #A56DBE

Tints of Amethyst #A56DBE

Color information

#A56DBE (or 0xA56DBE) is unknown color: approx Amethyst. HEX triplet: A5, 6D and BE. RGB value is (165,109,190). Sum of RGB (Red+Green+Blue) = 165+109+190=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A56DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DBE is #5A9241. Grayscale: #868686. Windows color (decimal): -5935682 or 12479909. OLE color: 12479909.

HSL color Cylindrical-coordinate representation of color #A56DBE: hue angle of 281.48º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56DBE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165109190-
CMYK0.130.4300.25
HSL281.48º38.39%58.63%-
HSV(B)281.48º42.63%74.51%-
XYZ30.2822.6551.49-
YUV134.98159.05149.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=35.56%
G=23.49%
B=40.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651091900.130.4300.25281.4838.3958.63
HexA56DBED2B019119263b
Octal24515527615530314314673
Binary101001011101101101111101101101011011001100011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DBE; }

 p { color: rgb(165,109,190); }

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

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

 a { background-color: rgb(165,109,190); }

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

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

 span { border-color: rgb(165,109,190); }

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