#A271BA

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

Shades of Purple Mountain's Majesty #A271BA

Tints of Purple Mountain's Majesty #A271BA

Color information

#A271BA (or 0xA271BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 71 and BA. RGB value is (162,113,186). Sum of RGB (Red+Green+Blue) = 162+113+186=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A271BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271BA is #5D8E45. Grayscale: #878787. Windows color (decimal): -6131270 or 12218786. OLE color: 12218786.

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

Color convert

RGB162113186-
CMYK0.130.3900.27
HSL280.27º34.6%58.63%-
HSV(B)280.27º39.25%72.94%-
XYZ29.6723.0449.34-
YUV135.97156.23146.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=35.14%
G=24.51%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621131860.130.3900.27280.2734.658.63
HexA271BAD2701B118233b
Octal24216127215470334304373
Binary101000101110001101110101101100111011011100011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271BA; }

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

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

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

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

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

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

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

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