#A770BB

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

Shades of Purple Mountain's Majesty #A770BB

Tints of Purple Mountain's Majesty #A770BB

Color information

#A770BB (or 0xA770BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A7, 70 and BB. RGB value is (167,112,187). Sum of RGB (Red+Green+Blue) = 167+112+187=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #A770BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BB is #588F44. Grayscale: #888888. Windows color (decimal): -5803845 or 12284071. OLE color: 12284071.

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

Color convert

RGB167112187-
CMYK0.110.4000.27
HSL284º35.55%58.63%-
HSV(B)284º40.11%73.33%-
XYZ30.723.3949.91-
YUV137156.22149.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=35.84%
G=24.03%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671121870.110.4000.2728435.5558.63
HexA770BBB2801B11c243b
Octal24716027313500334344473
Binary101001111110000101110111011101000011011100011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770BB; }

 p { color: rgb(167,112,187); }

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

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

 a { background-color: rgb(167,112,187); }

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

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

 span { border-color: rgb(167,112,187); }

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