#A56FBA

Color #A56FBA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A56FBA

Tints of Purple Mountain's Majesty #A56FBA

Color information

#A56FBA (or 0xA56FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 6F and BA. RGB value is (165,111,186). Sum of RGB (Red+Green+Blue) = 165+111+186=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A56FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FBA is #5A9045. Grayscale: #878787. Windows color (decimal): -5935174 or 12218277. OLE color: 12218277.

HSL color Cylindrical-coordinate representation of color #A56FBA: hue angle of 283.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56FBA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165111186-
CMYK0.110.4000.27
HSL283.2º35.21%58.24%-
HSV(B)283.2º40.32%72.94%-
XYZ30.0622.9149.29-
YUV135.7156.39148.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=35.71%
G=24.03%
B=40.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651111860.110.4000.27283.235.2158.24
HexA56FBAB2801B11b233a
Octal24515727213500334334372
Binary101001011101111101110101011101000011011100011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FBA; }

 p { color: rgb(165,111,186); }

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

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

 a { background-color: rgb(165,111,186); }

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

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

 span { border-color: rgb(165,111,186); }

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