Html Css Color HEX #A771BA Purple Mountain's Majesty

📋 copy color: '#A771BA'

red 167 ◦ green 113 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A771BA

Tints of Purple Mountain's Majesty #A771BA

RGB

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

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

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

R = 35.84%
G = 24.25%
B = 39.91%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A771BA (or 0xA771BA) is known color: Purple Mountain's Majesty. HEX triplet: A7, 71 and BA. RGB value is (167,113,186). Sum of RGB (Red+Green+Blue) = 167+113+186=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A771BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771BA is #588E45. Grayscale: #898989. Windows color (decimal): -5803590 or 12218791. OLE color: 12218791.

HSL color Cylindrical-coordinate representation of color #A771BA: hue angle of 284.38º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A771BA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 113 186 -
CMYK 0.10 0.39 0 0.27
HSL 284.38º 0.35% 0.59% -
HSV(B) 284.38º 0.39% 0.73% -
XYZ 30.7 23.57 49.39 -
YUV 137.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 167 113 186 0.10 0.39 0 0.27 284.38 0.35 0.59
Hex A7 71 BA A 27 0 1B 11C 23 3B
Octal 247 161 272 12 47 0 33 434 43 73
Binary 10100111 1110001 10111010 1010 100111 0 11011 100011100 100011 111011

Color Harmonies of #A771BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771BA

Black with #A771BA

Text Example


Text Example

White with #A771BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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