#A770BE

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

Shades of Purple Mountain's Majesty #A770BE

Tints of Purple Mountain's Majesty #A770BE

Color information

#A770BE (or 0xA770BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A7, 70 and BE. RGB value is (167,112,190). Sum of RGB (Red+Green+Blue) = 167+112+190=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A770BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BE is #588F41. Grayscale: #898989. Windows color (decimal): -5803842 or 12480679. OLE color: 12480679.

HSL color Cylindrical-coordinate representation of color #A770BE: hue angle of 282.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A770BE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167112190-
CMYK0.120.4100.25
HSL282.31º37.5%59.22%-
HSV(B)282.31º41.05%74.51%-
XYZ31.0223.5251.62-
YUV137.34157.72149.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=35.61%
G=23.88%
B=40.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671121900.120.4100.25282.3137.559.22
HexA770BEC2901911a263b
Octal24716027614510314324673
Binary101001111110000101111101100101001011001100011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770BE; }

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

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

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

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

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

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

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

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