#A273BE

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

Shades of Purple Mountain's Majesty #A273BE

Tints of Purple Mountain's Majesty #A273BE

Color information

#A273BE (or 0xA273BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 73 and BE. RGB value is (162,115,190). Sum of RGB (Red+Green+Blue) = 162+115+190=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A273BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BE is #5D8C41. Grayscale: #898989. Windows color (decimal): -6130754 or 12481442. OLE color: 12481442.

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

Color convert

RGB162115190-
CMYK0.150.3900.25
HSL277.6º36.59%59.8%-
HSV(B)277.6º39.47%74.51%-
XYZ30.3323.6651.68-
YUV137.6157.57145.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=34.69%
G=24.63%
B=40.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621151900.150.3900.25277.636.5959.8
HexA273BEF27019116253c
Octal24216327617470314264574
Binary101000101110011101111101111100111011001100010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273BE; }

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

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

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

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

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

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

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

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