#A576C0

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

Shades of Purple Mountain's Majesty #A576C0

Tints of Purple Mountain's Majesty #A576C0

Color information

#A576C0 (or 0xA576C0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 76 and C0. RGB value is (165,118,192). Sum of RGB (Red+Green+Blue) = 165+118+192=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #A576C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576C0 is #5A893F. Grayscale: #8C8C8C. Windows color (decimal): -5933376 or 12613285. OLE color: 12613285.

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

Color convert

RGB165118192-
CMYK0.140.3900.25
HSL278.11º37%60.78%-
HSV(B)278.11º38.54%75.29%-
XYZ31.5124.7652.99-
YUV140.49157.07145.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=34.74%
G=24.84%
B=40.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651181920.140.3900.25278.113760.78
HexA576C0E27019116253d
Octal24516630016470314264575
Binary101001011110110110000001110100111011001100010110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576C0; }

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

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

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

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

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

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

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

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