#A07FBE

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

Shades of Purple Mountain's Majesty #A07FBE

Tints of Purple Mountain's Majesty #A07FBE

Color information

#A07FBE (or 0xA07FBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7F and BE. RGB value is (160,127,190). Sum of RGB (Red+Green+Blue) = 160+127+190=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBE is #5F8041. Grayscale: #8F8F8F. Windows color (decimal): -6258754 or 12484512. OLE color: 12484512.

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

Color convert

RGB160127190-
CMYK0.160.3300.25
HSL271.43º32.64%62.16%-
HSV(B)271.43º33.16%74.51%-
XYZ31.3826.3752.15-
YUV144.05153.93139.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=33.54%
G=26.62%
B=39.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601271900.160.3300.25271.4332.6462.16
HexA07FBE102101910f213e
Octal24017727620410314174176
Binary1010000011111111011111010000100001011001100001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FBE; }

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

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

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

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

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

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

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

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