#A36EBB

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

Shades of Purple Mountain's Majesty #A36EBB

Tints of Purple Mountain's Majesty #A36EBB

Color information

#A36EBB (or 0xA36EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 6E and BB. RGB value is (163,110,187). Sum of RGB (Red+Green+Blue) = 163+110+187=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A36EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EBB is #5C9144. Grayscale: #868686. Windows color (decimal): -6066501 or 12283555. OLE color: 12283555.

HSL color Cylindrical-coordinate representation of color #A36EBB: hue angle of 281.3º degrees, saturation: 0.36, 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 #A36EBB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163110187-
CMYK0.130.4100.27
HSL281.3º36.15%58.24%-
HSV(B)281.3º41.18%73.33%-
XYZ29.6522.5349.8-
YUV134.62157.56148.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=35.43%
G=23.91%
B=40.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631101870.130.4100.27281.336.1558.24
HexA36EBBD2901B119243a
Octal24315627315510334314472
Binary101000111101110101110111101101001011011100011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36EBB; }

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

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

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

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

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

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

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

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