#A478BF

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

Shades of Purple Mountain's Majesty #A478BF

Tints of Purple Mountain's Majesty #A478BF

Color information

#A478BF (or 0xA478BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 78 and BF. RGB value is (164,120,191). Sum of RGB (Red+Green+Blue) = 164+120+191=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #A478BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BF is #5B8740. Grayscale: #8D8D8D. Windows color (decimal): -5998401 or 12548260. OLE color: 12548260.

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

Color convert

RGB164120191-
CMYK0.140.3700.25
HSL277.18º35.68%60.98%-
HSV(B)277.18º37.17%74.9%-
XYZ31.4325.0952.48-
YUV141.25156.08144.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 191 (75% from 255) = 40.21%
R=34.53%
G=25.26%
B=40.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641201910.140.3700.25277.1835.6860.98
HexA478BFE25019115243d
Octal24417027716450314254475
Binary101001001111000101111111110100101011001100010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478BF; }

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

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

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

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

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

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

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

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