#A76FBC

Color #A76FBC Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A76FBC

Tints of Purple Mountain's Majesty #A76FBC

Color information

#A76FBC (or 0xA76FBC) is unknown color: approx 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

RGB167111188-
CMYK0.110.4100.26
HSL283.64º36.49%58.63%-
HSV(B)283.64º40.96%73.73%-
XYZ30.723.2250.44-
YUV136.52157.05149.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% 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 (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671111880.110.4100.26283.6436.4958.63
HexA76FBCB2901A11c243b
Octal24715727413510324344473
Binary101001111101111101111001011101001011010100011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>