#A27CBE

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

Shades of Purple Mountain's Majesty #A27CBE

Tints of Purple Mountain's Majesty #A27CBE

Color information

#A27CBE (or 0xA27CBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7C and BE. RGB value is (162,124,190). Sum of RGB (Red+Green+Blue) = 162+124+190=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBE is #5D8341. Grayscale: #8E8E8E. Windows color (decimal): -6128450 or 12483746. OLE color: 12483746.

HSL color Cylindrical-coordinate representation of color #A27CBE: hue angle of 274.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27CBE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162124190-
CMYK0.150.3500.25
HSL274.55º33.67%61.57%-
HSV(B)274.55º34.74%74.51%-
XYZ31.425.8152.04-
YUV142.89154.59141.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=34.03%
G=26.05%
B=39.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621241900.150.3500.25274.5533.6761.57
HexA27CBEF23019113223e
Octal24217427617430314234276
Binary101000101111100101111101111100011011001100010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CBE; }

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

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

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

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

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

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

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

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