#A673BA

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

Shades of Purple Mountain's Majesty #A673BA

Tints of Purple Mountain's Majesty #A673BA

Color information

#A673BA (or 0xA673BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 73 and BA. RGB value is (166,115,186). Sum of RGB (Red+Green+Blue) = 166+115+186=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A673BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673BA is #598C45. Grayscale: #8A8A8A. Windows color (decimal): -5868614 or 12219302. OLE color: 12219302.

HSL color Cylindrical-coordinate representation of color #A673BA: hue angle of 283.1º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A673BA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166115186-
CMYK0.110.3800.27
HSL283.1º33.97%59.02%-
HSV(B)283.1º38.17%72.94%-
XYZ30.7223.9149.45-
YUV138.34154.9147.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=35.55%
G=24.63%
B=39.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661151860.110.3800.27283.133.9759.02
HexA673BAB2601B11b223b
Octal24616327213460334334273
Binary101001101110011101110101011100110011011100011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673BA; }

 p { color: rgb(166,115,186); }

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

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

 a { background-color: rgb(166,115,186); }

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

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

 span { border-color: rgb(166,115,186); }

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