#A07BB6

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

Shades of Purple Mountain's Majesty #A07BB6

Tints of Purple Mountain's Majesty #A07BB6

Color information

#A07BB6 (or 0xA07BB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and B6. RGB value is (160,123,182). Sum of RGB (Red+Green+Blue) = 160+123+182=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #A07BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BB6 is #5F8449. Grayscale: #8C8C8C. Windows color (decimal): -6259786 or 11959200. OLE color: 11959200.

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

Color convert

RGB160123182-
CMYK0.120.3200.29
HSL277.63º28.78%59.8%-
HSV(B)277.63º32.42%71.37%-
XYZ30.0225.0247.5-
YUV140.79151.26141.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=34.41%
G=26.45%
B=39.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601231820.120.3200.29277.6328.7859.8
HexA07BB6C2001D1161d3c
Octal24017326614400354263574
Binary10100000111101110110110110010000001110110001011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BB6; }

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

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

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

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

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

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

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

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