#A56FB9

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

Shades of Purple Mountain's Majesty #A56FB9

Tints of Purple Mountain's Majesty #A56FB9

Color information

#A56FB9 (or 0xA56FB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 6F and B9. RGB value is (165,111,185). Sum of RGB (Red+Green+Blue) = 165+111+185=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #A56FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FB9 is #5A9046. Grayscale: #878787. Windows color (decimal): -5935175 or 12152741. OLE color: 12152741.

HSL color Cylindrical-coordinate representation of color #A56FB9: hue angle of 283.78º 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 #A56FB9 is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165111185-
CMYK0.110.400.27
HSL283.78º34.58%58.04%-
HSV(B)283.78º40%72.55%-
XYZ29.9622.8748.73-
YUV135.58155.89148.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=35.79%
G=24.08%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651111850.110.400.27283.7834.5858.04
HexA56FB9B2801B11c233a
Octal24515727113500334344372
Binary101001011101111101110011011101000011011100011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FB9; }

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

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

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

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

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

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

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

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