#A27ABE

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

Shades of Purple Mountain's Majesty #A27ABE

Tints of Purple Mountain's Majesty #A27ABE

Color information

#A27ABE (or 0xA27ABE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7A and BE. RGB value is (162,122,190). Sum of RGB (Red+Green+Blue) = 162+122+190=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABE is #5D8541. Grayscale: #8D8D8D. Windows color (decimal): -6128962 or 12483234. OLE color: 12483234.

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

Color convert

RGB162122190-
CMYK0.150.3600.25
HSL275.29º34.34%61.18%-
HSV(B)275.29º35.79%74.51%-
XYZ31.1525.3251.96-
YUV141.71155.25142.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=34.18%
G=25.74%
B=40.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621221900.150.3600.25275.2934.3461.18
HexA27ABEF24019113223d
Octal24217227617440314234275
Binary101000101111010101111101111100100011001100010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ABE; }

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

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

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

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

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

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

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

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