Html Css Color HEX #A17EB5 Purple Mountain's Majesty

📋 copy color: '#A17EB5'

red 161 ◦ green 126 ◦ blue 181

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

Shades of Purple Mountain's Majesty #A17EB5

Tints of Purple Mountain's Majesty #A17EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 34.4%
G = 26.92%
B = 38.68%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A17EB5 (or 0xA17EB5) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and B5. RGB value is (161,126,181). Sum of RGB (Red+Green+Blue) = 161+126+181=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #A17EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EB5 is #5E814A. Grayscale: #8E8E8E. Windows color (decimal): -6193483 or 11894433. OLE color: 11894433.

HSL color Cylindrical-coordinate representation of color #A17EB5: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17EB5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 126 181 -
CMYK 0.11 0.30 0 0.29
HSL 278.18º 0.27% 0.6% -
HSV(B) 278.18º 0.3% 0.71% -
XYZ 30.5 25.83 47.1 -
YUV 142.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 161 126 181 0.11 0.30 0 0.29 278.18 0.27 0.6
Hex A1 7E B5 B 1E 0 1D 116 1B 3C
Octal 241 176 265 13 36 0 35 426 33 74
Binary 10100001 1111110 10110101 1011 11110 0 11101 100010110 11011 111100

Color Harmonies of #A17EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EB5

Black with #A17EB5

Text Example


Text Example

White with #A17EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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