#A279C1

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

Shades of Purple Mountain's Majesty #A279C1

Tints of Purple Mountain's Majesty #A279C1

Color information

#A279C1 (or 0xA279C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 79 and C1. RGB value is (162,121,193). Sum of RGB (Red+Green+Blue) = 162+121+193=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #A279C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279C1 is #5D863E. Grayscale: #8D8D8D. Windows color (decimal): -6129215 or 12679586. OLE color: 12679586.

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

Color convert

RGB162121193-
CMYK0.160.3700.24
HSL274.17º36.73%61.57%-
HSV(B)274.17º37.31%75.69%-
XYZ31.3625.2153.66-
YUV141.47157.08142.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=34.03%
G=25.42%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621211930.160.3700.24274.1736.7361.57
HexA279C11025018112253e
Octal24217130120450304224576
Binary1010001011110011100000110000100101011000100010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279C1; }

 p { color: rgb(162,121,193); }

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

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

 a { background-color: rgb(162,121,193); }

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

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

 span { border-color: rgb(162,121,193); }

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