#A27DC0

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

Shades of Purple Mountain's Majesty #A27DC0

Tints of Purple Mountain's Majesty #A27DC0

Color information

#A27DC0 (or 0xA27DC0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7D and C0. RGB value is (162,125,192). Sum of RGB (Red+Green+Blue) = 162+125+192=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #A27DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DC0 is #5D823F. Grayscale: #8F8F8F. Windows color (decimal): -6128192 or 12615074. OLE color: 12615074.

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

Color convert

RGB162125192-
CMYK0.160.3500.25
HSL273.13º34.72%62.16%-
HSV(B)273.13º34.9%75.29%-
XYZ31.7526.1553.24-
YUV143.7155.26141.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=33.82%
G=26.10%
B=40.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621251920.160.3500.25273.1334.7262.16
HexA27DC01023019111233e
Octal24217530020430314214376
Binary1010001011111011100000010000100011011001100010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DC0; }

 p { color: rgb(162,125,192); }

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

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

 a { background-color: rgb(162,125,192); }

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

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

 span { border-color: rgb(162,125,192); }

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