#A27AC1

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

Shades of Purple Mountain's Majesty #A27AC1

Tints of Purple Mountain's Majesty #A27AC1

Color information

#A27AC1 (or 0xA27AC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7A and C1. RGB value is (162,122,193). Sum of RGB (Red+Green+Blue) = 162+122+193=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A27AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27AC1 is #5D853E. Grayscale: #8D8D8D. Windows color (decimal): -6128959 or 12679842. OLE color: 12679842.

HSL color Cylindrical-coordinate representation of color #A27AC1: hue angle of 273.8º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27AC1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162122193-
CMYK0.160.3700.24
HSL273.8º36.41%61.76%-
HSV(B)273.8º36.79%75.69%-
XYZ31.4925.4553.71-
YUV142.05156.75142.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=33.96%
G=25.58%
B=40.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621221930.160.3700.24273.836.4161.76
HexA27AC11025018112243e
Octal24217230120450304224476
Binary1010001011110101100000110000100101011000100010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27AC1; }

 p { color: rgb(162,122,193); }

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

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

 a { background-color: rgb(162,122,193); }

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

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

 span { border-color: rgb(162,122,193); }

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