#A077C2

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

Shades of Purple Mountain's Majesty #A077C2

Tints of Purple Mountain's Majesty #A077C2

Color information

#A077C2 (or 0xA077C2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 77 and C2. RGB value is (160,119,194). Sum of RGB (Red+Green+Blue) = 160+119+194=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #A077C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077C2 is #5F883D. Grayscale: #8B8B8B. Windows color (decimal): -6260798 or 12744608. OLE color: 12744608.

HSL color Cylindrical-coordinate representation of color #A077C2: hue angle of 272.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 #A077C2 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160119194-
CMYK0.180.3900.24
HSL272.8º38.07%61.37%-
HSV(B)272.8º38.66%76.08%-
XYZ30.8324.5654.15-
YUV139.81158.58142.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=33.83%
G=25.16%
B=41.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601191940.180.3900.24272.838.0761.37
HexA077C21227018111263d
Octal24016730222470304214675
Binary1010000011101111100001010010100111011000100010001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077C2; }

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

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

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

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

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

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

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

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