#A27BBF

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

Shades of Purple Mountain's Majesty #A27BBF

Tints of Purple Mountain's Majesty #A27BBF

Color information

#A27BBF (or 0xA27BBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7B and BF. RGB value is (162,123,191). Sum of RGB (Red+Green+Blue) = 162+123+191=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A27BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBF is #5D8440. Grayscale: #8E8E8E. Windows color (decimal): -6128705 or 12549026. OLE color: 12549026.

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

Color convert

RGB162123191-
CMYK0.150.3600.25
HSL274.41º34.69%61.57%-
HSV(B)274.41º35.6%74.9%-
XYZ31.3925.6152.58-
YUV142.41155.42141.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 191 (75% from 255) = 40.13%
R=34.03%
G=25.84%
B=40.13%

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
Decimal1621231910.150.3600.25274.4134.6961.57
HexA27BBFF24019112233e
Octal24217327717440314224376
Binary101000101111011101111111111100100011001100010010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BBF; }

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

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

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

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

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

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

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

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