Html Css Color HEX #A17EBE Purple Mountain's Majesty

📋 copy color: '#A17EBE'

red 161 ◦ green 126 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A17EBE

Tints of Purple Mountain's Majesty #A17EBE

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

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

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

R = 33.75%
G = 26.42%
B = 39.83%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A17EBE (or 0xA17EBE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and BE. RGB value is (161,126,190). Sum of RGB (Red+Green+Blue) = 161+126+190=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A17EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBE is #5E8141. Grayscale: #8F8F8F. Windows color (decimal): -6193474 or 12484257. OLE color: 12484257.

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

Color convert

RGB 161 126 190 -
CMYK 0.15 0.34 0 0.25
HSL 272.81º 0.33% 0.62% -
HSV(B) 272.81º 0.34% 0.75% -
XYZ 31.45 26.22 52.12 -
YUV 143.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 161 126 190 0.15 0.34 0 0.25 272.81 0.33 0.62
Hex A1 7E BE F 22 0 19 111 21 3E
Octal 241 176 276 17 42 0 31 421 41 76
Binary 10100001 1111110 10111110 1111 100010 0 11001 100010001 100001 111110

Color Harmonies of #A17EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EBE

Black with #A17EBE

Text Example


Text Example

White with #A17EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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