Html Css Color HEX #A17EBF Purple Mountain's Majesty

📋 copy color: '#A17EBF'

red 161 ◦ green 126 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A17EBF

Tints of Purple Mountain's Majesty #A17EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 33.68%
G = 26.36%
B = 39.96%

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

#A17EBF (or 0xA17EBF) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and BF. RGB value is (161,126,191). Sum of RGB (Red+Green+Blue) = 161+126+191=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #A17EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBF is #5E8140. Grayscale: #8F8F8F. Windows color (decimal): -6193473 or 12549793. OLE color: 12549793.

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

Color convert

RGB 161 126 191 -
CMYK 0.16 0.34 0 0.25
HSL 272.31º 0.34% 0.62% -
HSV(B) 272.31º 0.34% 0.75% -
XYZ 31.56 26.26 52.7 -
YUV 143.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 161 126 191 0.16 0.34 0 0.25 272.31 0.34 0.62
Hex A1 7E BF 10 22 0 19 110 22 3E
Octal 241 176 277 20 42 0 31 420 42 76
Binary 10100001 1111110 10111111 10000 100010 0 11001 100010000 100010 111110

Color Harmonies of #A17EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EBF

Black with #A17EBF

Text Example


Text Example

White with #A17EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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