#A276BB

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

Shades of Purple Mountain's Majesty #A276BB

Tints of Purple Mountain's Majesty #A276BB

Color information

#A276BB (or 0xA276BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 76 and BB. RGB value is (162,118,187). Sum of RGB (Red+Green+Blue) = 162+118+187=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A276BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276BB is #5D8944. Grayscale: #8A8A8A. Windows color (decimal): -6129989 or 12285602. OLE color: 12285602.

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

Color convert

RGB162118187-
CMYK0.130.3700.27
HSL278.26º33.66%59.8%-
HSV(B)278.26º36.9%73.33%-
XYZ30.3524.2350.09-
YUV139.02155.08144.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=34.69%
G=25.27%
B=40.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621181870.130.3700.27278.2633.6659.8
HexA276BBD2501B116223c
Octal24216627315450334264274
Binary101000101110110101110111101100101011011100010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276BB; }

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

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

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

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

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

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

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

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