#A577C4

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

Shades of Purple Mountain's Majesty #A577C4

Tints of Purple Mountain's Majesty #A577C4

Color information

#A577C4 (or 0xA577C4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 77 and C4. RGB value is (165,119,196). Sum of RGB (Red+Green+Blue) = 165+119+196=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #A577C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C4 is #5A883B. Grayscale: #8D8D8D. Windows color (decimal): -5933116 or 12875685. OLE color: 12875685.

HSL color Cylindrical-coordinate representation of color #A577C4: hue angle of 275.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A577C4 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165119196-
CMYK0.160.3900.23
HSL275.84º39.49%61.76%-
HSV(B)275.84º39.29%76.86%-
XYZ32.0825.1855.39-
YUV141.53158.74144.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=34.38%
G=24.79%
B=40.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651191960.160.3900.23275.8439.4961.76
HexA577C41027017114273e
Octal24516730420470274244776
Binary1010010111101111100010010000100111010111100010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577C4; }

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

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

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

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

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

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

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

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