#A56CCA

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

Shades of Amethyst #A56CCA

Tints of Amethyst #A56CCA

Color information

#A56CCA (or 0xA56CCA) is unknown color: approx Amethyst. HEX triplet: A5, 6C and CA. RGB value is (165,108,202). Sum of RGB (Red+Green+Blue) = 165+108+202=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A56CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCA is #5A9335. Grayscale: #878787. Windows color (decimal): -5935926 or 13266085. OLE color: 13266085.

HSL color Cylindrical-coordinate representation of color #A56CCA: hue angle of 276.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56CCA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165108202-
CMYK0.180.4700.21
HSL276.38º47%60.78%-
HSV(B)276.38º46.53%79.22%-
XYZ31.5422.9958.65-
YUV135.76165.38148.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=34.74%
G=22.74%
B=42.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651082020.180.4700.21276.384760.78
HexA56CCA122F0151142f3d
Octal24515431222570254245775
Binary1010010111011001100101010010101111010101100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CCA; }

 p { color: rgb(165,108,202); }

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

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

 a { background-color: rgb(165,108,202); }

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

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

 span { border-color: rgb(165,108,202); }

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