Html Css Color HEX #A17EB9 Purple Mountain's Majesty

📋 copy color: '#A17EB9'

red 161 ◦ green 126 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A17EB9

Tints of Purple Mountain's Majesty #A17EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.19%

R = 34.11%
G = 26.69%
B = 39.19%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A17EB9 (or 0xA17EB9) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and B9. RGB value is (161,126,185). Sum of RGB (Red+Green+Blue) = 161+126+185=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #A17EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EB9 is #5E8146. Grayscale: #8E8E8E. Windows color (decimal): -6193479 or 12156577. OLE color: 12156577.

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

Color convert

RGB 161 126 185 -
CMYK 0.13 0.32 0 0.27
HSL 275.59º 0.3% 0.61% -
HSV(B) 275.59º 0.32% 0.73% -
XYZ 30.92 26 49.29 -
YUV 143.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 161 126 185 0.13 0.32 0 0.27 275.59 0.3 0.61
Hex A1 7E B9 D 20 0 1B 114 1E 3D
Octal 241 176 271 15 40 0 33 424 36 75
Binary 10100001 1111110 10111001 1101 100000 0 11011 100010100 11110 111101

Color Harmonies of #A17EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EB9

Black with #A17EB9

Text Example


Text Example

White with #A17EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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