#A07EB9

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

Shades of Purple Mountain's Majesty #A07EB9

Tints of Purple Mountain's Majesty #A07EB9

Color information

#A07EB9 (or 0xA07EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7E and B9. RGB value is (160,126,185). Sum of RGB (Red+Green+Blue) = 160+126+185=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #A07EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EB9 is #5F8146. Grayscale: #8E8E8E. Windows color (decimal): -6259015 or 12156576. OLE color: 12156576.

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

Color convert

RGB160126185-
CMYK0.140.3200.27
HSL274.58º29.65%60.98%-
HSV(B)274.58º31.89%72.55%-
XYZ30.7225.949.28-
YUV142.89151.76140.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=33.97%
G=26.75%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601261850.140.3200.27274.5829.6560.98
HexA07EB9E2001B1131e3d
Octal24017627116400334233675
Binary10100000111111010111001111010000001101110001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EB9; }

 p { color: rgb(160,126,185); }

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

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

 a { background-color: rgb(160,126,185); }

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

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

 span { border-color: rgb(160,126,185); }

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