#A279BE

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

Shades of Purple Mountain's Majesty #A279BE

Tints of Purple Mountain's Majesty #A279BE

Color information

#A279BE (or 0xA279BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 79 and BE. RGB value is (162,121,190). Sum of RGB (Red+Green+Blue) = 162+121+190=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A279BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BE is #5D8641. Grayscale: #8C8C8C. Windows color (decimal): -6129218 or 12482978. OLE color: 12482978.

HSL color Cylindrical-coordinate representation of color #A279BE: hue angle of 275.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A279BE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162121190-
CMYK0.150.3600.25
HSL275.65º34.67%60.98%-
HSV(B)275.65º36.32%74.51%-
XYZ31.0325.0751.92-
YUV141.12155.58142.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=34.25%
G=25.58%
B=40.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621211900.150.3600.25275.6534.6760.98
HexA279BEF24019114233d
Octal24217127617440314244375
Binary101000101111001101111101111100100011001100010100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279BE; }

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

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

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

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

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

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

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

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