#A27ABA

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

Shades of Purple Mountain's Majesty #A27ABA

Tints of Purple Mountain's Majesty #A27ABA

Color information

#A27ABA (or 0xA27ABA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7A and BA. RGB value is (162,122,186). Sum of RGB (Red+Green+Blue) = 162+122+186=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABA is #5D8545. Grayscale: #8D8D8D. Windows color (decimal): -6128966 or 12221090. OLE color: 12221090.

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

Color convert

RGB162122186-
CMYK0.130.3400.27
HSL277.5º31.68%60.39%-
HSV(B)277.5º34.41%72.94%-
XYZ30.7225.1549.69-
YUV141.26153.25142.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=34.47%
G=25.96%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621221860.130.3400.27277.531.6860.39
HexA27ABAD2201B116203c
Octal24217227215420334264074
Binary101000101111010101110101101100010011011100010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ABA; }

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

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

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

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

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

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

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

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