#A073BB

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

Shades of Purple Mountain's Majesty #A073BB

Tints of Purple Mountain's Majesty #A073BB

Color information

#A073BB (or 0xA073BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 73 and BB. RGB value is (160,115,187). Sum of RGB (Red+Green+Blue) = 160+115+187=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #A073BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073BB is #5F8C44. Grayscale: #888888. Windows color (decimal): -6261829 or 12284832. OLE color: 12284832.

HSL color Cylindrical-coordinate representation of color #A073BB: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A073BB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160115187-
CMYK0.140.3900.27
HSL277.5º34.62%59.22%-
HSV(B)277.5º38.5%73.33%-
XYZ29.623.3249.96-
YUV136.66156.41144.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=34.63%
G=24.89%
B=40.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601151870.140.3900.27277.534.6259.22
HexA073BBE2701B116233b
Octal24016327316470334264373
Binary101000001110011101110111110100111011011100010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073BB; }

 p { color: rgb(160,115,187); }

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

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

 a { background-color: rgb(160,115,187); }

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

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

 span { border-color: rgb(160,115,187); }

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