#A576BE

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

Shades of Purple Mountain's Majesty #A576BE

Tints of Purple Mountain's Majesty #A576BE

Color information

#A576BE (or 0xA576BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 76 and BE. RGB value is (165,118,190). Sum of RGB (Red+Green+Blue) = 165+118+190=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A576BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BE is #5A8941. Grayscale: #8C8C8C. Windows color (decimal): -5933378 or 12482213. OLE color: 12482213.

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

Color convert

RGB165118190-
CMYK0.130.3800.25
HSL279.17º35.64%60.39%-
HSV(B)279.17º37.89%74.51%-
XYZ31.2924.6751.83-
YUV140.26156.07145.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=34.88%
G=24.95%
B=40.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651181900.130.3800.25279.1735.6460.39
HexA576BED26019117243c
Octal24516627615460314274474
Binary101001011110110101111101101100110011001100010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576BE; }

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

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

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

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

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

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

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

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