Html Css Color HEX #A17FBA Purple Mountain's Majesty

📋 copy color: '#A17FBA'

red 161 ◦ green 127 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A17FBA

Tints of Purple Mountain's Majesty #A17FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 33.97%
G = 26.79%
B = 39.24%

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

#A17FBA (or 0xA17FBA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7F and BA. RGB value is (161,127,186). Sum of RGB (Red+Green+Blue) = 161+127+186=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FBA is #5E8045. Grayscale: #8F8F8F. Windows color (decimal): -6193222 or 12222369. OLE color: 12222369.

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

Color convert

RGB 161 127 186 -
CMYK 0.13 0.32 0 0.27
HSL 274.58º 0.3% 0.61% -
HSV(B) 274.58º 0.32% 0.73% -
XYZ 31.15 26.3 49.89 -
YUV 143.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 161 127 186 0.13 0.32 0 0.27 274.58 0.3 0.61
Hex A1 7F BA D 20 0 1B 113 1E 3D
Octal 241 177 272 15 40 0 33 423 36 75
Binary 10100001 1111111 10111010 1101 100000 0 11011 100010011 11110 111101

Color Harmonies of #A17FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FBA

Black with #A17FBA

Text Example


Text Example

White with #A17FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FBA; }

 p { color: rgb(161,127,186); }

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

background-color css

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

 a { background-color: rgb(161,127,186); }

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

border-color css

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

 span { border-color: rgb(161,127,186); }

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