#A474BA

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

Shades of Purple Mountain's Majesty #A474BA

Tints of Purple Mountain's Majesty #A474BA

Color information

#A474BA (or 0xA474BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 74 and BA. RGB value is (164,116,186). Sum of RGB (Red+Green+Blue) = 164+116+186=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A474BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474BA is #5B8B45. Grayscale: #8A8A8A. Windows color (decimal): -5999430 or 12219556. OLE color: 12219556.

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

Color convert

RGB164116186-
CMYK0.120.3800.27
HSL281.14º33.65%59.22%-
HSV(B)281.14º37.63%72.94%-
XYZ30.4223.9349.47-
YUV138.33154.9146.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=35.19%
G=24.89%
B=39.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641161860.120.3800.27281.1433.6559.22
HexA474BAC2601B119223b
Octal24416427214460334314273
Binary101001001110100101110101100100110011011100011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474BA; }

 p { color: rgb(164,116,186); }

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

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

 a { background-color: rgb(164,116,186); }

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

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

 span { border-color: rgb(164,116,186); }

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