#A278BB

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

Shades of Purple Mountain's Majesty #A278BB

Tints of Purple Mountain's Majesty #A278BB

Color information

#A278BB (or 0xA278BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 78 and BB. RGB value is (162,120,187). Sum of RGB (Red+Green+Blue) = 162+120+187=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A278BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278BB is #5D8744. Grayscale: #8B8B8B. Windows color (decimal): -6129477 or 12286114. OLE color: 12286114.

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

Color convert

RGB162120187-
CMYK0.130.3600.27
HSL277.61º33%60.2%-
HSV(B)277.61º35.83%73.33%-
XYZ30.5924.750.17-
YUV140.2154.41143.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=34.54%
G=25.59%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621201870.130.3600.27277.613360.2
HexA278BBD2401B116213c
Octal24217027315440334264174
Binary101000101111000101110111101100100011011100010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278BB; }

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

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

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

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

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

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

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

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