#A378BD

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

Shades of Purple Mountain's Majesty #A378BD

Tints of Purple Mountain's Majesty #A378BD

Color information

#A378BD (or 0xA378BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 78 and BD. RGB value is (163,120,189). Sum of RGB (Red+Green+Blue) = 163+120+189=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A378BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378BD is #5C8742. Grayscale: #8C8C8C. Windows color (decimal): -6063939 or 12417187. OLE color: 12417187.

HSL color Cylindrical-coordinate representation of color #A378BD: hue angle of 277.39º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A378BD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163120189-
CMYK0.140.3700.26
HSL277.39º34.33%60.59%-
HSV(B)277.39º36.51%74.12%-
XYZ31.0124.8951.31-
YUV140.72155.25143.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=34.53%
G=25.42%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631201890.140.3700.26277.3934.3360.59
HexA378BDE2501A115223d
Octal24317027516450324254275
Binary101000111111000101111011110100101011010100010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378BD; }

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

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

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

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

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

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

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

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