#A76FBA

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

Shades of Purple Mountain's Majesty #A76FBA

Tints of Purple Mountain's Majesty #A76FBA

Color information

#A76FBA (or 0xA76FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A7, 6F and BA. RGB value is (167,111,186). Sum of RGB (Red+Green+Blue) = 167+111+186=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A76FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FBA is #589045. Grayscale: #888888. Windows color (decimal): -5804102 or 12218279. OLE color: 12218279.

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

Color convert

RGB167111186-
CMYK0.100.4000.27
HSL284.8º35.21%58.24%-
HSV(B)284.8º40.32%72.94%-
XYZ30.4823.1349.31-
YUV136.29156.05149.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=35.99%
G=23.92%
B=40.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671111860.100.4000.27284.835.2158.24
HexA76FBAA2801B11d233a
Octal24715727212500334354372
Binary101001111101111101110101010101000011011100011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FBA; }

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

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

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

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

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

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

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

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