Html Css Color HEX #A771BF Purple Mountain's Majesty

📋 copy color: '#A771BF'

red 167 ◦ green 113 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A771BF

Tints of Purple Mountain's Majesty #A771BF

RGB

 RED value IS 167 (65.63% from 255) = 35.46%

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 35.46%
G = 23.99%
B = 40.55%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A771BF (or 0xA771BF) is known color: Purple Mountain's Majesty. HEX triplet: A7, 71 and BF. RGB value is (167,113,191). Sum of RGB (Red+Green+Blue) = 167+113+191=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A771BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771BF is #588E40. Grayscale: #898989. Windows color (decimal): -5803585 or 12546471. OLE color: 12546471.

HSL color Cylindrical-coordinate representation of color #A771BF: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A771BF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 113 191 -
CMYK 0.13 0.41 0 0.25
HSL 281.54º 0.38% 0.6% -
HSV(B) 281.54º 0.41% 0.75% -
XYZ 31.25 23.79 52.23 -
YUV 138.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 167 113 191 0.13 0.41 0 0.25 281.54 0.38 0.6
Hex A7 71 BF D 29 0 19 11A 26 3C
Octal 247 161 277 15 51 0 31 432 46 74
Binary 10100111 1110001 10111111 1101 101001 0 11001 100011010 100110 111100

Color Harmonies of #A771BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771BF

Black with #A771BF

Text Example


Text Example

White with #A771BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771BF; }

 p { color: rgb(167,113,191); }

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

background-color css

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

 a { background-color: rgb(167,113,191); }

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

border-color css

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

 span { border-color: rgb(167,113,191); }

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