#A07FB5

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

Shades of Purple Mountain's Majesty #A07FB5

Tints of Purple Mountain's Majesty #A07FB5

Color information

#A07FB5 (or 0xA07FB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7F and B5. RGB value is (160,127,181). Sum of RGB (Red+Green+Blue) = 160+127+181=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #A07FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FB5 is #5F804A. Grayscale: #8E8E8E. Windows color (decimal): -6258763 or 11894688. OLE color: 11894688.

HSL color Cylindrical-coordinate representation of color #A07FB5: hue angle of 276.67º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07FB5 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160127181-
CMYK0.120.3000.29
HSL276.67º26.73%60.39%-
HSV(B)276.67º29.83%70.98%-
XYZ30.4325.9947.13-
YUV143.02149.43140.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=34.19%
G=27.14%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601271810.120.3000.29276.6726.7360.39
HexA07FB5C1E01D1151b3c
Octal24017726514360354253374
Binary1010000011111111011010111001111001110110001010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FB5; }

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

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

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

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

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

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

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

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