Html Css Color HEX #A07EBA Purple Mountain's Majesty

📋 copy color: '#A07EBA'

red 160 ◦ green 126 ◦ blue 186

#A07EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A07EBA

Tints of Purple Mountain's Majesty #A07EBA

RGB

 RED value IS 160 (62.89% from 255) = 33.9%

 GREEN value IS 126 (49.61% from 255) = 26.69%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 33.9%
G = 26.69%
B = 39.41%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A07EBA (or 0xA07EBA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7E and BA. RGB value is (160,126,186). Sum of RGB (Red+Green+Blue) = 160+126+186=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EBA is #5F8145. Grayscale: #8E8E8E. Windows color (decimal): -6259014 or 12222112. OLE color: 12222112.

HSL color Cylindrical-coordinate representation of color #A07EBA: hue angle of 274º 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 #A07EBA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 126 186 -
CMYK 0.14 0.32 0 0.27
HSL 274º 0.3% 0.61% -
HSV(B) 274º 0.32% 0.73% -
XYZ 30.82 25.94 49.84 -
YUV 143.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 160 126 186 0.14 0.32 0 0.27 274 0.3 0.61
Hex A0 7E BA E 20 0 1B 112 1E 3D
Octal 240 176 272 16 40 0 33 422 36 75
Binary 10100000 1111110 10111010 1110 100000 0 11011 100010010 11110 111101

Color Harmonies of #A07EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EBA

Black with #A07EBA

Text Example


Text Example

White with #A07EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EBA; }

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

 H1.HeaderClassName
 {
   color: #A07EBA;
 }
 .AnyTagClassName
 {
   color: #A07EBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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