#A27EC0

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

Shades of Purple Mountain's Majesty #A27EC0

Tints of Purple Mountain's Majesty #A27EC0

Color information

#A27EC0 (or 0xA27EC0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7E and C0. RGB value is (162,126,192). Sum of RGB (Red+Green+Blue) = 162+126+192=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #A27EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EC0 is #5D813F. Grayscale: #909090. Windows color (decimal): -6127936 or 12615330. OLE color: 12615330.

HSL color Cylindrical-coordinate representation of color #A27EC0: hue angle of 272.73º degrees, saturation: 0.34, 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 #A27EC0 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162126192-
CMYK0.160.3400.25
HSL272.73º34.38%62.35%-
HSV(B)272.73º34.38%75.29%-
XYZ31.8826.4153.29-
YUV144.29154.93140.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 192 (75.39% from 255) = 40%
R=33.75%
G=26.25%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621261920.160.3400.25272.7334.3862.35
HexA27EC01022019111223e
Octal24217630020420314214276
Binary1010001011111101100000010000100010011001100010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EC0; }

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

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

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

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

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

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

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

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