#A27CBD

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

Shades of Purple Mountain's Majesty #A27CBD

Tints of Purple Mountain's Majesty #A27CBD

Color information

#A27CBD (or 0xA27CBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7C and BD. RGB value is (162,124,189). Sum of RGB (Red+Green+Blue) = 162+124+189=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #A27CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBD is #5D8342. Grayscale: #8E8E8E. Windows color (decimal): -6128451 or 12418210. OLE color: 12418210.

HSL color Cylindrical-coordinate representation of color #A27CBD: hue angle of 275.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A27CBD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162124189-
CMYK0.140.3400.26
HSL275.08º32.99%61.37%-
HSV(B)275.08º34.39%74.12%-
XYZ31.2925.7751.47-
YUV142.77154.09141.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=34.11%
G=26.11%
B=39.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621241890.140.3400.26275.0832.9961.37
HexA27CBDE2201A113213d
Octal24217427516420324234175
Binary101000101111100101111011110100010011010100010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CBD; }

 p { color: rgb(162,124,189); }

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

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

 a { background-color: rgb(162,124,189); }

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

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

 span { border-color: rgb(162,124,189); }

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