Html Css Color HEX #A07EBE Purple Mountain's Majesty

📋 copy color: '#A07EBE'

red 160 ◦ green 126 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A07EBE

Tints of Purple Mountain's Majesty #A07EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 33.61%
G = 26.47%
B = 39.92%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07EBE (or 0xA07EBE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7E and BE. RGB value is (160,126,190). Sum of RGB (Red+Green+Blue) = 160+126+190=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EBE is #5F8141. Grayscale: #8F8F8F. Windows color (decimal): -6259010 or 12484256. OLE color: 12484256.

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

Color convert

RGB 160 126 190 -
CMYK 0.16 0.34 0 0.25
HSL 271.88º 0.33% 0.62% -
HSV(B) 271.88º 0.34% 0.75% -
XYZ 31.25 26.11 52.11 -
YUV 143.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 160 126 190 0.16 0.34 0 0.25 271.88 0.33 0.62
Hex A0 7E BE 10 22 0 19 110 21 3E
Octal 240 176 276 20 42 0 31 420 41 76
Binary 10100000 1111110 10111110 10000 100010 0 11001 100010000 100001 111110

Color Harmonies of #A07EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EBE

Black with #A07EBE

Text Example


Text Example

White with #A07EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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