#A76FBD

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

Shades of Purple Mountain's Majesty #A76FBD

Tints of Purple Mountain's Majesty #A76FBD

Color information

#A76FBD (or 0xA76FBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A7, 6F and BD. RGB value is (167,111,189). Sum of RGB (Red+Green+Blue) = 167+111+189=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A76FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FBD is #589042. Grayscale: #888888. Windows color (decimal): -5804099 or 12414887. OLE color: 12414887.

HSL color Cylindrical-coordinate representation of color #A76FBD: hue angle of 283.08º degrees, saturation: 0.37, 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 #A76FBD is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167111189-
CMYK0.120.4100.26
HSL283.08º37.14%58.82%-
HSV(B)283.08º41.27%74.12%-
XYZ30.8123.2651.01-
YUV136.64157.55149.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=35.76%
G=23.77%
B=40.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671111890.120.4100.26283.0837.1458.82
HexA76FBDC2901A11b253b
Octal24715727514510324334573
Binary101001111101111101111011100101001011010100011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FBD; }

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

 H1.HeaderClassName
 {
   color: #A76FBD;
 }
 .AnyTagClassName
 {
   color: #A76FBD;
 }
</style>
background-color css

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

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

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

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

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

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