#A073BF

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

Shades of Purple Mountain's Majesty #A073BF

Tints of Purple Mountain's Majesty #A073BF

Color information

#A073BF (or 0xA073BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 73 and BF. RGB value is (160,115,191). Sum of RGB (Red+Green+Blue) = 160+115+191=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #A073BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073BF is #5F8C40. Grayscale: #888888. Windows color (decimal): -6261825 or 12546976. OLE color: 12546976.

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

Color convert

RGB160115191-
CMYK0.160.4000.25
HSL275.53º37.25%60%-
HSV(B)275.53º39.79%74.9%-
XYZ30.0323.552.24-
YUV137.12158.41144.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 191 (75% from 255) = 40.99%
R=34.33%
G=24.68%
B=40.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601151910.160.4000.25275.5337.2560
HexA073BF1028019114253c
Octal24016327720500314244574
Binary1010000011100111011111110000101000011001100010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073BF; }

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

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

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

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

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

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

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

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