#A56EBC

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

Shades of Purple Mountain's Majesty #A56EBC

Tints of Purple Mountain's Majesty #A56EBC

Color information

#A56EBC (or 0xA56EBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 6E and BC. RGB value is (165,110,188). Sum of RGB (Red+Green+Blue) = 165+110+188=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #A56EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EBC is #5A9143. Grayscale: #878787. Windows color (decimal): -5935428 or 12349093. OLE color: 12349093.

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

Color convert

RGB165110188-
CMYK0.120.4100.26
HSL282.31º36.79%58.43%-
HSV(B)282.31º41.49%73.73%-
XYZ30.1722.7850.38-
YUV135.34157.72149.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=35.64%
G=23.76%
B=40.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651101880.120.4100.26282.3136.7958.43
HexA56EBCC2901A11a253a
Octal24515627414510324324572
Binary101001011101110101111001100101001011010100011010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EBC; }

 p { color: rgb(165,110,188); }

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

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

 a { background-color: rgb(165,110,188); }

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

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

 span { border-color: rgb(165,110,188); }

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