Html Css Color HEX #A76FBC Purple Mountain's Majesty

📋 copy color: '#A76FBC'

red 167 ◦ green 111 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A76FBC

Tints of Purple Mountain's Majesty #A76FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 35.84%
G = 23.82%
B = 40.34%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A76FBC (or 0xA76FBC) is known color: Purple Mountain's Majesty. HEX triplet: A7, 6F and BC. RGB value is (167,111,188). Sum of RGB (Red+Green+Blue) = 167+111+188=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #A76FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FBC is #589043. Grayscale: #888888. Windows color (decimal): -5804100 or 12349351. OLE color: 12349351.

HSL color Cylindrical-coordinate representation of color #A76FBC: hue angle of 283.64º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76FBC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 111 188 -
CMYK 0.11 0.41 0 0.26
HSL 283.64º 0.36% 0.59% -
HSV(B) 283.64º 0.41% 0.74% -
XYZ 30.7 23.22 50.44 -
YUV 136.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 167 111 188 0.11 0.41 0 0.26 283.64 0.36 0.59
Hex A7 6F BC B 29 0 1A 11C 24 3B
Octal 247 157 274 13 51 0 32 434 44 73
Binary 10100111 1101111 10111100 1011 101001 0 11010 100011100 100100 111011

Color Harmonies of #A76FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FBC

Black with #A76FBC

Text Example


Text Example

White with #A76FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FBC; }

 p { color: rgb(167,111,188); }

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

background-color css

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

 a { background-color: rgb(167,111,188); }

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

border-color css

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

 span { border-color: rgb(167,111,188); }

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