#A07ABE

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

Shades of Purple Mountain's Majesty #A07ABE

Tints of Purple Mountain's Majesty #A07ABE

Color information

#A07ABE (or 0xA07ABE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7A and BE. RGB value is (160,122,190). Sum of RGB (Red+Green+Blue) = 160+122+190=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ABE is #5F8541. Grayscale: #8C8C8C. Windows color (decimal): -6260034 or 12483232. OLE color: 12483232.

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

Color convert

RGB160122190-
CMYK0.160.3600.25
HSL273.53º34.34%61.18%-
HSV(B)273.53º35.79%74.51%-
XYZ30.7525.1151.94-
YUV141.11155.59141.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=33.90%
G=25.85%
B=40.25%

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
Decimal1601221900.160.3600.25273.5334.3461.18
HexA07ABE1024019112223d
Octal24017227620440314224275
Binary1010000011110101011111010000100100011001100010010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ABE; }

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

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

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

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

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

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

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

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