#A276BA

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

Shades of Purple Mountain's Majesty #A276BA

Tints of Purple Mountain's Majesty #A276BA

Color information

#A276BA (or 0xA276BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 76 and BA. RGB value is (162,118,186). Sum of RGB (Red+Green+Blue) = 162+118+186=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A276BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276BA is #5D8945. Grayscale: #8A8A8A. Windows color (decimal): -6129990 or 12220066. OLE color: 12220066.

HSL color Cylindrical-coordinate representation of color #A276BA: hue angle of 278.82º degrees, saturation: 0.33, 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 #A276BA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162118186-
CMYK0.130.3700.27
HSL278.82º33.01%59.61%-
HSV(B)278.82º36.56%72.94%-
XYZ30.2424.1849.53-
YUV138.91154.58144.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=34.76%
G=25.32%
B=39.91%

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
Decimal1621181860.130.3700.27278.8233.0159.61
HexA276BAD2501B117213c
Octal24216627215450334274174
Binary101000101110110101110101101100101011011100010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276BA; }

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

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

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

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

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

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

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

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