#A279B5

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

Shades of Purple Mountain's Majesty #A279B5

Tints of Purple Mountain's Majesty #A279B5

Color information

#A279B5 (or 0xA279B5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 79 and B5. RGB value is (162,121,181). Sum of RGB (Red+Green+Blue) = 162+121+181=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #A279B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279B5 is #5D864A. Grayscale: #8B8B8B. Windows color (decimal): -6129227 or 11893154. OLE color: 11893154.

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

Color convert

RGB162121181-
CMYK0.100.3300.29
HSL281º28.85%59.22%-
HSV(B)281º33.15%70.98%-
XYZ30.0824.6946.9-
YUV140.1151.08143.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=34.91%
G=26.08%
B=39.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621211810.100.3300.2928128.8559.22
HexA279B5A2101D1191d3b
Octal24217126512410354313573
Binary10100010111100110110101101010000101110110001100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279B5; }

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

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

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

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

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

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

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

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