#A27BBE

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

Shades of Purple Mountain's Majesty #A27BBE

Tints of Purple Mountain's Majesty #A27BBE

Color information

#A27BBE (or 0xA27BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7B and BE. RGB value is (162,123,190). Sum of RGB (Red+Green+Blue) = 162+123+190=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBE is #5D8441. Grayscale: #8E8E8E. Windows color (decimal): -6128706 or 12483490. OLE color: 12483490.

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

Color convert

RGB162123190-
CMYK0.150.3500.25
HSL274.93º34.01%61.37%-
HSV(B)274.93º35.26%74.51%-
XYZ31.2825.5752-
YUV142.3154.92142.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 190 (74.61% from 255) = 40%
R=34.11%
G=25.89%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621231900.150.3500.25274.9334.0161.37
HexA27BBEF23019113223d
Octal24217327617430314234275
Binary101000101111011101111101111100011011001100010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BBE; }

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

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

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

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

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

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

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

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