#A476BF

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

Shades of Purple Mountain's Majesty #A476BF

Tints of Purple Mountain's Majesty #A476BF

Color information

#A476BF (or 0xA476BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 76 and BF. RGB value is (164,118,191). Sum of RGB (Red+Green+Blue) = 164+118+191=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A476BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476BF is #5B8940. Grayscale: #8B8B8B. Windows color (decimal): -5998913 or 12547748. OLE color: 12547748.

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

Color convert

RGB164118191-
CMYK0.140.3800.25
HSL277.81º36.32%60.59%-
HSV(B)277.81º38.22%74.9%-
XYZ31.1924.6152.4-
YUV140.08156.74145.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 191 (75% from 255) = 40.38%
R=34.67%
G=24.95%
B=40.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641181910.140.3800.25277.8136.3260.59
HexA476BFE26019116243d
Octal24416627716460314264475
Binary101001001110110101111111110100110011001100010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476BF; }

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

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

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

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

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

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

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

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