Html Css Color HEX #A17FBC Purple Mountain's Majesty

📋 copy color: '#A17FBC'

red 161 ◦ green 127 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A17FBC

Tints of Purple Mountain's Majesty #A17FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 33.82%
G = 26.68%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A17FBC (or 0xA17FBC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7F and BC. RGB value is (161,127,188). Sum of RGB (Red+Green+Blue) = 161+127+188=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #A17FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FBC is #5E8043. Grayscale: #8F8F8F. Windows color (decimal): -6193220 or 12353441. OLE color: 12353441.

HSL color Cylindrical-coordinate representation of color #A17FBC: hue angle of 273.44º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17FBC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 127 188 -
CMYK 0.14 0.32 0 0.26
HSL 273.44º 0.31% 0.62% -
HSV(B) 273.44º 0.32% 0.74% -
XYZ 31.36 26.39 51.02 -
YUV 144.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 161 127 188 0.14 0.32 0 0.26 273.44 0.31 0.62
Hex A1 7F BC E 20 0 1A 111 1F 3E
Octal 241 177 274 16 40 0 32 421 37 76
Binary 10100001 1111111 10111100 1110 100000 0 11010 100010001 11111 111110

Color Harmonies of #A17FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FBC

Black with #A17FBC

Text Example


Text Example

White with #A17FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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