#A378BF

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

Shades of Purple Mountain's Majesty #A378BF

Tints of Purple Mountain's Majesty #A378BF

Color information

#A378BF (or 0xA378BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 78 and BF. RGB value is (163,120,191). Sum of RGB (Red+Green+Blue) = 163+120+191=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A378BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378BF is #5C8740. Grayscale: #8C8C8C. Windows color (decimal): -6063937 or 12548259. OLE color: 12548259.

HSL color Cylindrical-coordinate representation of color #A378BF: hue angle of 276.34º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A378BF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163120191-
CMYK0.150.3700.25
HSL276.34º35.68%60.98%-
HSV(B)276.34º37.17%74.9%-
XYZ31.2224.9852.47-
YUV140.95156.25143.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 191 (75% from 255) = 40.30%
R=34.39%
G=25.32%
B=40.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631201910.150.3700.25276.3435.6860.98
HexA378BFF25019114243d
Octal24317027717450314244475
Binary101000111111000101111111111100101011001100010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378BF; }

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

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

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

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

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

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

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

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