#A56FBB

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

Shades of Purple Mountain's Majesty #A56FBB

Tints of Purple Mountain's Majesty #A56FBB

Color information

#A56FBB (or 0xA56FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 6F and BB. RGB value is (165,111,187). Sum of RGB (Red+Green+Blue) = 165+111+187=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A56FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FBB is #5A9044. Grayscale: #878787. Windows color (decimal): -5935173 or 12283813. OLE color: 12283813.

HSL color Cylindrical-coordinate representation of color #A56FBB: hue angle of 282.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56FBB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165111187-
CMYK0.120.4100.27
HSL282.63º35.85%58.43%-
HSV(B)282.63º40.64%73.33%-
XYZ30.1722.9649.85-
YUV135.81156.89148.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=35.64%
G=23.97%
B=40.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651111870.120.4100.27282.6335.8558.43
HexA56FBBC2901B11b243a
Octal24515727314510334334472
Binary101001011101111101110111100101001011011100011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FBB; }

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

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

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

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

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

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

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

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