#A07BBA

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

Shades of Purple Mountain's Majesty #A07BBA

Tints of Purple Mountain's Majesty #A07BBA

Color information

#A07BBA (or 0xA07BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and BA. RGB value is (160,123,186). Sum of RGB (Red+Green+Blue) = 160+123+186=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBA is #5F8445. Grayscale: #8D8D8D. Windows color (decimal): -6259782 or 12221344. OLE color: 12221344.

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

Color convert

RGB160123186-
CMYK0.140.3400.27
HSL275.24º31.34%60.59%-
HSV(B)275.24º33.87%72.94%-
XYZ30.4425.1849.71-
YUV141.24153.26141.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=34.12%
G=26.23%
B=39.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601231860.140.3400.27275.2431.3460.59
HexA07BBAE2201B1131f3d
Octal24017327216420334233775
Binary10100000111101110111010111010001001101110001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BBA; }

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

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

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

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

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

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

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

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