#A07FB7

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

Shades of Purple Mountain's Majesty #A07FB7

Tints of Purple Mountain's Majesty #A07FB7

Color information

#A07FB7 (or 0xA07FB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7F and B7. RGB value is (160,127,183). Sum of RGB (Red+Green+Blue) = 160+127+183=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #A07FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FB7 is #5F8048. Grayscale: #8F8F8F. Windows color (decimal): -6258761 or 12025760. OLE color: 12025760.

HSL color Cylindrical-coordinate representation of color #A07FB7: hue angle of 275.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A07FB7 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160127183-
CMYK0.130.3100.28
HSL275.36º28%60.78%-
HSV(B)275.36º30.6%71.76%-
XYZ30.6326.0748.22-
YUV143.25150.43139.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=34.04%
G=27.02%
B=38.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601271830.130.3100.28275.362860.78
HexA07FB7D1F01C1131c3d
Octal24017726715370344233475
Binary1010000011111111011011111011111101110010001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FB7; }

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

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

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

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

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

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

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

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