#A276C3

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

Shades of Purple Mountain's Majesty #A276C3

Tints of Purple Mountain's Majesty #A276C3

Color information

#A276C3 (or 0xA276C3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 76 and C3. RGB value is (162,118,195). Sum of RGB (Red+Green+Blue) = 162+118+195=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #A276C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276C3 is #5D893C. Grayscale: #8B8B8B. Windows color (decimal): -6129981 or 12809890. OLE color: 12809890.

HSL color Cylindrical-coordinate representation of color #A276C3: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A276C3 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162118195-
CMYK0.170.3900.24
HSL274.29º39.09%61.37%-
HSV(B)274.29º39.49%76.47%-
XYZ31.2324.5854.73-
YUV139.93159.08143.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=34.11%
G=24.84%
B=41.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621181950.170.3900.24274.2939.0961.37
HexA276C31127018112273d
Octal24216630321470304224775
Binary1010001011101101100001110001100111011000100010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276C3; }

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

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

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

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

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

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

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

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