#A36FB9

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

Shades of Purple Mountain's Majesty #A36FB9

Tints of Purple Mountain's Majesty #A36FB9

Color information

#A36FB9 (or 0xA36FB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 6F and B9. RGB value is (163,111,185). Sum of RGB (Red+Green+Blue) = 163+111+185=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #A36FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FB9 is #5C9046. Grayscale: #868686. Windows color (decimal): -6066247 or 12152739. OLE color: 12152739.

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

Color convert

RGB163111185-
CMYK0.120.400.27
HSL282.16º34.58%58.04%-
HSV(B)282.16º40%72.55%-
XYZ29.5522.6648.72-
YUV134.98156.23147.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=35.51%
G=24.18%
B=40.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631111850.120.400.27282.1634.5858.04
HexA36FB9C2801B11a233a
Octal24315727114500334324372
Binary101000111101111101110011100101000011011100011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FB9; }

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

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

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

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

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

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

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

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