#A07AB5

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

Shades of Purple Mountain's Majesty #A07AB5

Tints of Purple Mountain's Majesty #A07AB5

Color information

#A07AB5 (or 0xA07AB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7A and B5. RGB value is (160,122,181). Sum of RGB (Red+Green+Blue) = 160+122+181=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #A07AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AB5 is #5F854A. Grayscale: #8B8B8B. Windows color (decimal): -6260043 or 11893408. OLE color: 11893408.

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

Color convert

RGB160122181-
CMYK0.120.3300.29
HSL278.64º28.5%59.41%-
HSV(B)278.64º32.6%70.98%-
XYZ29.824.7346.92-
YUV140.09151.09142.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 181 (71.09% from 255) = 39.09%
R=34.56%
G=26.35%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601221810.120.3300.29278.6428.559.41
HexA07AB5C2101D1171d3b
Octal24017226514410354273573
Binary10100000111101010110101110010000101110110001011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AB5; }

 p { color: rgb(160,122,181); }

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

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

 a { background-color: rgb(160,122,181); }

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

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

 span { border-color: rgb(160,122,181); }

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