#A36FBE

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

Shades of Purple Mountain's Majesty #A36FBE

Tints of Purple Mountain's Majesty #A36FBE

Color information

#A36FBE (or 0xA36FBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 6F and BE. RGB value is (163,111,190). Sum of RGB (Red+Green+Blue) = 163+111+190=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A36FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FBE is #5C9041. Grayscale: #878787. Windows color (decimal): -6066242 or 12480419. OLE color: 12480419.

HSL color Cylindrical-coordinate representation of color #A36FBE: hue angle of 279.49º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36FBE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163111190-
CMYK0.140.4200.25
HSL279.49º37.8%59.02%-
HSV(B)279.49º41.58%74.51%-
XYZ30.0822.8751.54-
YUV135.55158.73147.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=35.13%
G=23.92%
B=40.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631111900.140.4200.25279.4937.859.02
HexA36FBEE2A019117263b
Octal24315727616520314274673
Binary101000111101111101111101110101010011001100010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FBE; }

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

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

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

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

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

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

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

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