#A577C1

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

Shades of Purple Mountain's Majesty #A577C1

Tints of Purple Mountain's Majesty #A577C1

Color information

#A577C1 (or 0xA577C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 77 and C1. RGB value is (165,119,193). Sum of RGB (Red+Green+Blue) = 165+119+193=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A577C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C1 is #5A883E. Grayscale: #8C8C8C. Windows color (decimal): -5933119 or 12679077. OLE color: 12679077.

HSL color Cylindrical-coordinate representation of color #A577C1: hue angle of 277.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A577C1 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165119193-
CMYK0.150.3800.24
HSL277.3º37.37%61.18%-
HSV(B)277.3º38.34%75.69%-
XYZ31.7425.0453.61-
YUV141.19157.24144.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=34.59%
G=24.95%
B=40.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651191930.150.3800.24277.337.3761.18
HexA577C1F26018115253d
Octal24516730117460304254575
Binary101001011110111110000011111100110011000100010101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577C1; }

 p { color: rgb(165,119,193); }

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

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

 a { background-color: rgb(165,119,193); }

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

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

 span { border-color: rgb(165,119,193); }

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