#A27BB5

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

Shades of Purple Mountain's Majesty #A27BB5

Tints of Purple Mountain's Majesty #A27BB5

Color information

#A27BB5 (or 0xA27BB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7B and B5. RGB value is (162,123,181). Sum of RGB (Red+Green+Blue) = 162+123+181=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #A27BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BB5 is #5D844A. Grayscale: #8D8D8D. Windows color (decimal): -6128715 or 11893666. OLE color: 11893666.

HSL color Cylindrical-coordinate representation of color #A27BB5: hue angle of 280.34º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27BB5 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162123181-
CMYK0.100.3200.29
HSL280.34º28.16%59.61%-
HSV(B)280.34º32.04%70.98%-
XYZ30.3225.1846.98-
YUV141.27150.42142.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=34.76%
G=26.39%
B=38.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621231810.100.3200.29280.3428.1659.61
HexA27BB5A2001D1181c3c
Octal24217326512400354303474
Binary10100010111101110110101101010000001110110001100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BB5; }

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

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

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

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

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

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

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

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