#A473BF

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

Shades of Purple Mountain's Majesty #A473BF

Tints of Purple Mountain's Majesty #A473BF

Color information

#A473BF (or 0xA473BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 73 and BF. RGB value is (164,115,191). Sum of RGB (Red+Green+Blue) = 164+115+191=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A473BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473BF is #5B8C40. Grayscale: #8A8A8A. Windows color (decimal): -5999681 or 12546980. OLE color: 12546980.

HSL color Cylindrical-coordinate representation of color #A473BF: hue angle of 278.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A473BF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164115191-
CMYK0.140.4000.25
HSL278.68º37.25%60%-
HSV(B)278.68º39.79%74.9%-
XYZ30.8423.9252.28-
YUV138.32157.73146.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 191 (75% from 255) = 40.64%
R=34.89%
G=24.47%
B=40.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641151910.140.4000.25278.6837.2560
HexA473BFE28019117253c
Octal24416327716500314274574
Binary101001001110011101111111110101000011001100010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473BF; }

 p { color: rgb(164,115,191); }

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

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

 a { background-color: rgb(164,115,191); }

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

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

 span { border-color: rgb(164,115,191); }

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