#A577C2

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

Shades of Purple Mountain's Majesty #A577C2

Tints of Purple Mountain's Majesty #A577C2

Color information

#A577C2 (or 0xA577C2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 77 and C2. RGB value is (165,119,194). Sum of RGB (Red+Green+Blue) = 165+119+194=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #A577C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C2 is #5A883D. Grayscale: #8D8D8D. Windows color (decimal): -5933118 or 12744613. OLE color: 12744613.

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

Color convert

RGB165119194-
CMYK0.150.3900.24
HSL276.8º38.07%61.37%-
HSV(B)276.8º38.66%76.08%-
XYZ31.8525.0954.2-
YUV141.3157.74144.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 194 (76.17% from 255) = 40.59%
R=34.52%
G=24.90%
B=40.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651191940.150.3900.24276.838.0761.37
HexA577C2F27018115263d
Octal24516730217470304254675
Binary101001011110111110000101111100111011000100010101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577C2; }

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

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

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

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

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

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

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

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