#A07BBE

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

Shades of Purple Mountain's Majesty #A07BBE

Tints of Purple Mountain's Majesty #A07BBE

Color information

#A07BBE (or 0xA07BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and BE. RGB value is (160,123,190). Sum of RGB (Red+Green+Blue) = 160+123+190=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBE is #5F8441. Grayscale: #8D8D8D. Windows color (decimal): -6259778 or 12483488. OLE color: 12483488.

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

Color convert

RGB160123190-
CMYK0.160.3500.25
HSL273.13º34.01%61.37%-
HSV(B)273.13º35.26%74.51%-
XYZ30.8725.3651.98-
YUV141.7155.26141.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=33.83%
G=26.00%
B=40.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601231900.160.3500.25273.1334.0161.37
HexA07BBE1023019111223d
Octal24017327620430314214275
Binary1010000011110111011111010000100011011001100010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BBE; }

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

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

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

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

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

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

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

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