#A27ABF

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

Shades of Purple Mountain's Majesty #A27ABF

Tints of Purple Mountain's Majesty #A27ABF

Color information

#A27ABF (or 0xA27ABF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7A and BF. RGB value is (162,122,191). Sum of RGB (Red+Green+Blue) = 162+122+191=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #A27ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABF is #5D8540. Grayscale: #8D8D8D. Windows color (decimal): -6128961 or 12548770. OLE color: 12548770.

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

Color convert

RGB162122191-
CMYK0.150.3600.25
HSL274.78º35.03%61.37%-
HSV(B)274.78º36.13%74.9%-
XYZ31.2625.3652.54-
YUV141.83155.75142.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 191 (75% from 255) = 40.21%
R=34.11%
G=25.68%
B=40.21%

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
Decimal1621221910.150.3600.25274.7835.0361.37
HexA27ABFF24019113233d
Octal24217227717440314234375
Binary101000101111010101111111111100100011001100010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ABF; }

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

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

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

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

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

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

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

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