#A07EBC

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

Shades of Purple Mountain's Majesty #A07EBC

Tints of Purple Mountain's Majesty #A07EBC

Color information

#A07EBC (or 0xA07EBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7E and BC. RGB value is (160,126,188). Sum of RGB (Red+Green+Blue) = 160+126+188=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #A07EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EBC is #5F8143. Grayscale: #8F8F8F. Windows color (decimal): -6259012 or 12353184. OLE color: 12353184.

HSL color Cylindrical-coordinate representation of color #A07EBC: hue angle of 272.9º 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 #A07EBC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160126188-
CMYK0.150.3300.26
HSL272.9º31.63%61.57%-
HSV(B)272.9º32.98%73.73%-
XYZ31.0426.0350.96-
YUV143.23153.26139.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=33.76%
G=26.58%
B=39.66%

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
Decimal1601261880.150.3300.26272.931.6361.57
HexA07EBCF2101A111203e
Octal24017627417410324214076
Binary101000001111110101111001111100001011010100010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EBC; }

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

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

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

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

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

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

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

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