#A27EBE

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

Shades of Purple Mountain's Majesty #A27EBE

Tints of Purple Mountain's Majesty #A27EBE

Color information

#A27EBE (or 0xA27EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7E and BE. RGB value is (162,126,190). Sum of RGB (Red+Green+Blue) = 162+126+190=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EBE is #5D8141. Grayscale: #8F8F8F. Windows color (decimal): -6127938 or 12484258. OLE color: 12484258.

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

Color convert

RGB162126190-
CMYK0.150.3400.25
HSL273.75º32.99%61.96%-
HSV(B)273.75º33.68%74.51%-
XYZ31.6626.3252.13-
YUV144.06153.93140.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=33.89%
G=26.36%
B=39.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621261900.150.3400.25273.7532.9961.96
HexA27EBEF22019112213e
Octal24217627617420314224176
Binary101000101111110101111101111100010011001100010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EBE; }

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

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

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

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

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

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

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

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