#A07CBA

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

Shades of Purple Mountain's Majesty #A07CBA

Tints of Purple Mountain's Majesty #A07CBA

Color information

#A07CBA (or 0xA07CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7C and BA. RGB value is (160,124,186). Sum of RGB (Red+Green+Blue) = 160+124+186=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CBA is #5F8345. Grayscale: #8D8D8D. Windows color (decimal): -6259526 or 12221600. OLE color: 12221600.

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

Color convert

RGB160124186-
CMYK0.140.3300.27
HSL274.84º31%60.78%-
HSV(B)274.84º33.33%72.94%-
XYZ30.5725.4349.75-
YUV141.83152.93140.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=34.04%
G=26.38%
B=39.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601241860.140.3300.27274.843160.78
HexA07CBAE2101B1131f3d
Octal24017427216410334233775
Binary10100000111110010111010111010000101101110001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CBA; }

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

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

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

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

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

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

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

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