#A278BA

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

Shades of Purple Mountain's Majesty #A278BA

Tints of Purple Mountain's Majesty #A278BA

Color information

#A278BA (or 0xA278BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 78 and BA. RGB value is (162,120,186). Sum of RGB (Red+Green+Blue) = 162+120+186=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A278BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278BA is #5D8745. Grayscale: #8B8B8B. Windows color (decimal): -6129478 or 12220578. OLE color: 12220578.

HSL color Cylindrical-coordinate representation of color #A278BA: hue angle of 278.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A278BA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162120186-
CMYK0.130.3500.27
HSL278.18º32.35%60%-
HSV(B)278.18º35.48%72.94%-
XYZ30.4824.6649.61-
YUV140.08153.91143.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 120 (47.27% from 255) = 25.64%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=34.62%
G=25.64%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621201860.130.3500.27278.1832.3560
HexA278BAD2301B116203c
Octal24217027215430334264074
Binary101000101111000101110101101100011011011100010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278BA; }

 p { color: rgb(162,120,186); }

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

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

 a { background-color: rgb(162,120,186); }

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

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

 span { border-color: rgb(162,120,186); }

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