#A279B4

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

Shades of Purple Mountain's Majesty #A279B4

Tints of Purple Mountain's Majesty #A279B4

Color information

#A279B4 (or 0xA279B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 79 and B4. RGB value is (162,121,180). Sum of RGB (Red+Green+Blue) = 162+121+180=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #A279B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279B4 is #5D864B. Grayscale: #8B8B8B. Windows color (decimal): -6129228 or 11827618. OLE color: 11827618.

HSL color Cylindrical-coordinate representation of color #A279B4: hue angle of 281.69º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A279B4 is Cyan = 0.1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162121180-
CMYK0.10.3300.29
HSL281.69º28.23%59.02%-
HSV(B)281.69º32.78%70.59%-
XYZ29.9824.6546.36-
YUV139.99150.58143.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=34.99%
G=26.13%
B=38.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621211800.10.3300.29281.6928.2359.02
HexA279B4A2101D11a1c3b
Octal24217126412410354323473
Binary10100010111100110110100101010000101110110001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279B4; }

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

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

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

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

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

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

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

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