#A279BD

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

Shades of Purple Mountain's Majesty #A279BD

Tints of Purple Mountain's Majesty #A279BD

Color information

#A279BD (or 0xA279BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 79 and BD. RGB value is (162,121,189). Sum of RGB (Red+Green+Blue) = 162+121+189=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A279BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BD is #5D8642. Grayscale: #8C8C8C. Windows color (decimal): -6129219 or 12417442. OLE color: 12417442.

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

Color convert

RGB162121189-
CMYK0.140.3600.26
HSL276.18º34%60.78%-
HSV(B)276.18º35.98%74.12%-
XYZ30.9225.0351.35-
YUV141.01155.08142.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=34.32%
G=25.64%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621211890.140.3600.26276.183460.78
HexA279BDE2401A114223d
Octal24217127516440324244275
Binary101000101111001101111011110100100011010100010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279BD; }

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

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

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

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

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

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

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

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