#a07fba

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

Shades of Purple Mountain's Majesty #A07FBA

Tints of Purple Mountain's Majesty #A07FBA

Color information

#A07FBA (or 0xA07FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7F and BA. RGB value is (160,127,186). Sum of RGB (Red+Green+Blue) = 160+127+186=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBA is #5F8045. Grayscale: #8F8F8F. Windows color (decimal): -6258758 or 12222368. OLE color: 12222368.

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

Color convert

RGB160127186-
CMYK0.140.3200.27
HSL273.56º29.95%61.37%-
HSV(B)273.56º31.72%72.94%-
XYZ30.9526.249.88-
YUV143.59151.93139.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=33.83%
G=26.85%
B=39.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601271860.140.3200.27273.5629.9561.37
HexA07FBAE2001B1121e3d
Octal24017727216400334223675
Binary10100000111111110111010111010000001101110001001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07fba; }

 p { color: rgb(160,127,186); }

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

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

 a { background-color: rgb(160,127,186); }

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

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

 span { border-color: rgb(160,127,186); }

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