#A27DBE

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

Shades of Purple Mountain's Majesty #A27DBE

Tints of Purple Mountain's Majesty #A27DBE

Color information

#A27DBE (or 0xA27DBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7D and BE. RGB value is (162,125,190). Sum of RGB (Red+Green+Blue) = 162+125+190=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DBE is #5D8241. Grayscale: #8F8F8F. Windows color (decimal): -6128194 or 12484002. OLE color: 12484002.

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

Color convert

RGB162125190-
CMYK0.150.3400.25
HSL274.15º33.33%61.76%-
HSV(B)274.15º34.21%74.51%-
XYZ31.5326.0752.08-
YUV143.47154.26141.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=33.96%
G=26.21%
B=39.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621251900.150.3400.25274.1533.3361.76
HexA27DBEF22019112213e
Octal24217527617420314224176
Binary101000101111101101111101111100010011001100010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DBE; }

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

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

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

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

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

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

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

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