#A476BE

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

Shades of Purple Mountain's Majesty #A476BE

Tints of Purple Mountain's Majesty #A476BE

Color information

#A476BE (or 0xA476BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 76 and BE. RGB value is (164,118,190). Sum of RGB (Red+Green+Blue) = 164+118+190=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A476BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476BE is #5B8941. Grayscale: #8B8B8B. Windows color (decimal): -5998914 or 12482212. OLE color: 12482212.

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

Color convert

RGB164118190-
CMYK0.140.3800.25
HSL278.33º35.64%60.39%-
HSV(B)278.33º37.89%74.51%-
XYZ31.0824.5751.82-
YUV139.96156.24145.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=34.75%
G=25%
B=40.25%

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
Decimal1641181900.140.3800.25278.3335.6460.39
HexA476BEE26019116243c
Octal24416627616460314264474
Binary101001001110110101111101110100110011001100010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476BE; }

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

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

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

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

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

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

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

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