#A479BF

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

Shades of Purple Mountain's Majesty #A479BF

Tints of Purple Mountain's Majesty #A479BF

Color information

#A479BF (or 0xA479BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 79 and BF. RGB value is (164,121,191). Sum of RGB (Red+Green+Blue) = 164+121+191=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A479BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479BF is #5B8640. Grayscale: #8D8D8D. Windows color (decimal): -5998145 or 12548516. OLE color: 12548516.

HSL color Cylindrical-coordinate representation of color #A479BF: hue angle of 276.86º degrees, saturation: 0.35, 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 #A479BF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164121191-
CMYK0.140.3700.25
HSL276.86º35.35%61.18%-
HSV(B)276.86º36.65%74.9%-
XYZ31.5525.3352.52-
YUV141.84155.75143.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 191 (75% from 255) = 40.13%
R=34.45%
G=25.42%
B=40.13%

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
Decimal1641211910.140.3700.25276.8635.3561.18
HexA479BFE25019115233d
Octal24417127716450314254375
Binary101001001111001101111111110100101011001100010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479BF; }

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

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

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

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

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

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

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

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