#A27BBD

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

Shades of Purple Mountain's Majesty #A27BBD

Tints of Purple Mountain's Majesty #A27BBD

Color information

#A27BBD (or 0xA27BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7B and BD. RGB value is (162,123,189). Sum of RGB (Red+Green+Blue) = 162+123+189=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A27BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBD is #5D8442. Grayscale: #8D8D8D. Windows color (decimal): -6128707 or 12417954. OLE color: 12417954.

HSL color Cylindrical-coordinate representation of color #A27BBD: hue angle of 275.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27BBD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162123189-
CMYK0.140.3500.26
HSL275.45º33.33%61.18%-
HSV(B)275.45º34.92%74.12%-
XYZ31.1725.5251.43-
YUV142.18154.42142.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=34.18%
G=25.95%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621231890.140.3500.26275.4533.3361.18
HexA27BBDE2301A113213d
Octal24217327516430324234175
Binary101000101111011101111011110100011011010100010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BBD; }

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

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

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

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

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

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

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

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