#A36EB9

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

Shades of Purple Mountain's Majesty #A36EB9

Tints of Purple Mountain's Majesty #A36EB9

Color information

#A36EB9 (or 0xA36EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 6E and B9. RGB value is (163,110,185). Sum of RGB (Red+Green+Blue) = 163+110+185=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #A36EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EB9 is #5C9146. Grayscale: #868686. Windows color (decimal): -6066503 or 12152483. OLE color: 12152483.

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

Color convert

RGB163110185-
CMYK0.120.4100.27
HSL282.4º34.88%57.84%-
HSV(B)282.4º40.54%72.55%-
XYZ29.4422.4448.68-
YUV134.4156.56148.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=35.59%
G=24.02%
B=40.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631101850.120.4100.27282.434.8857.84
HexA36EB9C2901B11a233a
Octal24315627114510334324372
Binary101000111101110101110011100101001011011100011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36EB9; }

 p { color: rgb(163,110,185); }

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

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

 a { background-color: rgb(163,110,185); }

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

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

 span { border-color: rgb(163,110,185); }

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