#A073BE

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

Shades of Purple Mountain's Majesty #A073BE

Tints of Purple Mountain's Majesty #A073BE

Color information

#A073BE (or 0xA073BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 73 and BE. RGB value is (160,115,190). Sum of RGB (Red+Green+Blue) = 160+115+190=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A073BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073BE is #5F8C41. Grayscale: #888888. Windows color (decimal): -6261826 or 12481440. OLE color: 12481440.

HSL color Cylindrical-coordinate representation of color #A073BE: hue angle of 276º 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 #A073BE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160115190-
CMYK0.160.3900.25
HSL276º36.59%59.8%-
HSV(B)276º39.47%74.51%-
XYZ29.9223.4551.66-
YUV137157.91144.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=34.41%
G=24.73%
B=40.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601151900.160.3900.2527636.5959.8
HexA073BE1027019114253c
Octal24016327620470314244574
Binary1010000011100111011111010000100111011001100010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073BE; }

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

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

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

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

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

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

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

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