#A46EBB

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

Shades of Purple Mountain's Majesty #A46EBB

Tints of Purple Mountain's Majesty #A46EBB

Color information

#A46EBB (or 0xA46EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 6E and BB. RGB value is (164,110,187). Sum of RGB (Red+Green+Blue) = 164+110+187=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBB is #5B9144. Grayscale: #868686. Windows color (decimal): -6000965 or 12283556. OLE color: 12283556.

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

Color convert

RGB164110187-
CMYK0.120.4100.27
HSL282.08º36.15%58.24%-
HSV(B)282.08º41.18%73.33%-
XYZ29.8622.6349.81-
YUV134.92157.39148.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=35.57%
G=23.86%
B=40.56%

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
Decimal1641101870.120.4100.27282.0836.1558.24
HexA46EBBC2901B11a243a
Octal24415627314510334324472
Binary101001001101110101110111100101001011011100011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EBB; }

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

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

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

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

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

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

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

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