#A46EBC

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

Shades of Purple Mountain's Majesty #A46EBC

Tints of Purple Mountain's Majesty #A46EBC

Color information

#A46EBC (or 0xA46EBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 6E and BC. RGB value is (164,110,188). Sum of RGB (Red+Green+Blue) = 164+110+188=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #A46EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBC is #5B9143. Grayscale: #868686. Windows color (decimal): -6000964 or 12349092. OLE color: 12349092.

HSL color Cylindrical-coordinate representation of color #A46EBC: hue angle of 281.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46EBC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164110188-
CMYK0.130.4100.26
HSL281.54º36.79%58.43%-
HSV(B)281.54º41.49%73.73%-
XYZ29.9622.6850.37-
YUV135.04157.89148.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=35.50%
G=23.81%
B=40.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641101880.130.4100.26281.5436.7958.43
HexA46EBCD2901A11a253a
Octal24415627415510324324572
Binary101001001101110101111001101101001011010100011010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EBC; }

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

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

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

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

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

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

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

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