#A07EBD

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

Shades of Purple Mountain's Majesty #A07EBD

Tints of Purple Mountain's Majesty #A07EBD

Color information

#A07EBD (or 0xA07EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7E and BD. RGB value is (160,126,189). Sum of RGB (Red+Green+Blue) = 160+126+189=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #A07EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EBD is #5F8142. Grayscale: #8F8F8F. Windows color (decimal): -6259011 or 12418720. OLE color: 12418720.

HSL color Cylindrical-coordinate representation of color #A07EBD: hue angle of 272.38º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A07EBD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160126189-
CMYK0.150.3300.26
HSL272.38º32.31%61.76%-
HSV(B)272.38º33.33%74.12%-
XYZ31.1426.0751.53-
YUV143.35153.76139.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=33.68%
G=26.53%
B=39.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601261890.150.3300.26272.3832.3161.76
HexA07EBDF2101A110203e
Octal24017627517410324204076
Binary101000001111110101111011111100001011010100010000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EBD; }

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

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

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

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

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

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

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

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