#A273B8

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

Shades of Purple Mountain's Majesty #A273B8

Tints of Purple Mountain's Majesty #A273B8

Color information

#A273B8 (or 0xA273B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 73 and B8. RGB value is (162,115,184). Sum of RGB (Red+Green+Blue) = 162+115+184=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #A273B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273B8 is #5D8C47. Grayscale: #888888. Windows color (decimal): -6130760 or 12088226. OLE color: 12088226.

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

Color convert

RGB162115184-
CMYK0.120.3800.28
HSL280.87º32.7%58.63%-
HSV(B)280.87º37.5%72.16%-
XYZ29.6823.448.3-
YUV136.92154.57145.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=35.14%
G=24.95%
B=39.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621151840.120.3800.28280.8732.758.63
HexA273B8C2601C119213b
Octal24216327014460344314173
Binary101000101110011101110001100100110011100100011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273B8; }

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

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

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

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

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

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

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

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