#A078C1

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

Shades of Purple Mountain's Majesty #A078C1

Tints of Purple Mountain's Majesty #A078C1

Color information

#A078C1 (or 0xA078C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 78 and C1. RGB value is (160,120,193). Sum of RGB (Red+Green+Blue) = 160+120+193=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #A078C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C1 is #5F873E. Grayscale: #8C8C8C. Windows color (decimal): -6260543 or 12679328. OLE color: 12679328.

HSL color Cylindrical-coordinate representation of color #A078C1: hue angle of 272.88º 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 #A078C1 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160120193-
CMYK0.170.3800.24
HSL272.88º37.06%61.37%-
HSV(B)272.88º37.82%75.69%-
XYZ30.8424.7653.61-
YUV140.28157.75142.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=33.83%
G=25.37%
B=40.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601201930.170.3800.24272.8837.0661.37
HexA078C11126018111253d
Octal24017030121460304214575
Binary1010000011110001100000110001100110011000100010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078C1; }

 p { color: rgb(160,120,193); }

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

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

 a { background-color: rgb(160,120,193); }

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

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

 span { border-color: rgb(160,120,193); }

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