#A36EBA

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

Shades of Purple Mountain's Majesty #A36EBA

Tints of Purple Mountain's Majesty #A36EBA

Color information

#A36EBA (or 0xA36EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 6E and BA. RGB value is (163,110,186). Sum of RGB (Red+Green+Blue) = 163+110+186=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A36EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EBA is #5C9145. Grayscale: #868686. Windows color (decimal): -6066502 or 12218019. OLE color: 12218019.

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

Color convert

RGB163110186-
CMYK0.120.4100.27
HSL281.84º35.51%58.04%-
HSV(B)281.84º40.86%72.94%-
XYZ29.5422.4849.24-
YUV134.51157.06148.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=35.51%
G=23.97%
B=40.52%

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
Decimal1631101860.120.4100.27281.8435.5158.04
HexA36EBAC2901B11a243a
Octal24315627214510334324472
Binary101000111101110101110101100101001011011100011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36EBA; }

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

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

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

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

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

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

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

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