#A07BBF

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

Shades of Purple Mountain's Majesty #A07BBF

Tints of Purple Mountain's Majesty #A07BBF

Color information

#A07BBF (or 0xA07BBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and BF. RGB value is (160,123,191). Sum of RGB (Red+Green+Blue) = 160+123+191=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBF is #5F8440. Grayscale: #8D8D8D. Windows color (decimal): -6259777 or 12549024. OLE color: 12549024.

HSL color Cylindrical-coordinate representation of color #A07BBF: hue angle of 272.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07BBF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160123191-
CMYK0.160.3600.25
HSL272.65º34.69%61.57%-
HSV(B)272.65º35.6%74.9%-
XYZ30.9825.452.56-
YUV141.82155.76140.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 191 (75% from 255) = 40.30%
R=33.76%
G=25.95%
B=40.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601231910.160.3600.25272.6534.6961.57
HexA07BBF1024019111233e
Octal24017327720440314214376
Binary1010000011110111011111110000100100011001100010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BBF; }

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

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

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

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

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

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

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

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