#A27ABB

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

Shades of Purple Mountain's Majesty #A27ABB

Tints of Purple Mountain's Majesty #A27ABB

Color information

#A27ABB (or 0xA27ABB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7A and BB. RGB value is (162,122,187). Sum of RGB (Red+Green+Blue) = 162+122+187=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABB is #5D8544. Grayscale: #8D8D8D. Windows color (decimal): -6128965 or 12286626. OLE color: 12286626.

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

Color convert

RGB162122187-
CMYK0.130.3500.27
HSL276.92º32.34%60.59%-
HSV(B)276.92º34.76%73.33%-
XYZ30.8325.1950.25-
YUV141.37153.75142.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=34.39%
G=25.90%
B=39.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621221870.130.3500.27276.9232.3460.59
HexA27ABBD2301B115203d
Octal24217227315430334254075
Binary101000101111010101110111101100011011011100010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ABB; }

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

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

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

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

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

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

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

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