#A07FBB

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

Shades of Purple Mountain's Majesty #A07FBB

Tints of Purple Mountain's Majesty #A07FBB

Color information

#A07FBB (or 0xA07FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7F and BB. RGB value is (160,127,187). Sum of RGB (Red+Green+Blue) = 160+127+187=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A07FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBB is #5F8044. Grayscale: #8F8F8F. Windows color (decimal): -6258757 or 12287904. OLE color: 12287904.

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

Color convert

RGB160127187-
CMYK0.140.3200.27
HSL273º30.61%61.57%-
HSV(B)273º32.09%73.33%-
XYZ31.0626.2450.44-
YUV143.71152.43139.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=33.76%
G=26.79%
B=39.45%

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
Decimal1601271870.140.3200.2727330.6161.57
HexA07FBBE2001B1111f3e
Octal24017727316400334213776
Binary10100000111111110111011111010000001101110001000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FBB; }

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

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

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

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

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

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

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

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