#A276BD

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

Shades of Purple Mountain's Majesty #A276BD

Tints of Purple Mountain's Majesty #A276BD

Color information

#A276BD (or 0xA276BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 76 and BD. RGB value is (162,118,189). Sum of RGB (Red+Green+Blue) = 162+118+189=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A276BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276BD is #5D8942. Grayscale: #8B8B8B. Windows color (decimal): -6129987 or 12416674. OLE color: 12416674.

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

Color convert

RGB162118189-
CMYK0.140.3800.26
HSL277.18º34.98%60.2%-
HSV(B)277.18º37.57%74.12%-
XYZ30.5624.3151.23-
YUV139.25156.08144.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=34.54%
G=25.16%
B=40.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621181890.140.3800.26277.1834.9860.2
HexA276BDE2601A115233c
Octal24216627516460324254374
Binary101000101110110101111011110100110011010100010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276BD; }

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

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

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

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

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

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

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

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