#A27CBA

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

Shades of Purple Mountain's Majesty #A27CBA

Tints of Purple Mountain's Majesty #A27CBA

Color information

#A27CBA (or 0xA27CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7C and BA. RGB value is (162,124,186). Sum of RGB (Red+Green+Blue) = 162+124+186=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBA is #5D8345. Grayscale: #8E8E8E. Windows color (decimal): -6128454 or 12221602. OLE color: 12221602.

HSL color Cylindrical-coordinate representation of color #A27CBA: hue angle of 276.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27CBA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162124186-
CMYK0.130.3300.27
HSL276.77º31%60.78%-
HSV(B)276.77º33.33%72.94%-
XYZ30.9725.6449.77-
YUV142.43152.59141.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=34.32%
G=26.27%
B=39.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621241860.130.3300.27276.773160.78
HexA27CBAD2101B1151f3d
Octal24217427215410334253775
Binary10100010111110010111010110110000101101110001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CBA; }

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

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

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

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

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

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

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

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