#A378C1

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

Shades of Purple Mountain's Majesty #A378C1

Tints of Purple Mountain's Majesty #A378C1

Color information

#A378C1 (or 0xA378C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 78 and C1. RGB value is (163,120,193). Sum of RGB (Red+Green+Blue) = 163+120+193=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #A378C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378C1 is #5C873E. Grayscale: #8C8C8C. Windows color (decimal): -6063935 or 12679331. OLE color: 12679331.

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

Color convert

RGB163120193-
CMYK0.160.3800.24
HSL275.34º37.06%61.37%-
HSV(B)275.34º37.82%75.69%-
XYZ31.4525.0753.63-
YUV141.18157.25143.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=34.24%
G=25.21%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631201930.160.3800.24275.3437.0661.37
HexA378C11026018113253d
Octal24317030120460304234575
Binary1010001111110001100000110000100110011000100010011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378C1; }

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

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

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

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

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

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

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

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