Html Css Color HEX #A770BE Purple Mountain's Majesty

📋 copy color: '#A770BE'

red 167 ◦ green 112 ◦ blue 190

#A770BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A770BE

Tints of Purple Mountain's Majesty #A770BE

RGB

 RED value IS 167 (65.63% 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 value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A770BE (or 0xA770BE) is known color: 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

RGB 167 112 190 -
CMYK 0.12 0.41 0 0.25
HSL 282.31º 0.38% 0.59% -
HSV(B) 282.31º 0.41% 0.75% -
XYZ 31.02 23.52 51.62 -
YUV 137.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 167 112 190 0.12 0.41 0 0.25 282.31 0.38 0.59
Hex A7 70 BE C 29 0 19 11A 26 3B
Octal 247 160 276 14 51 0 31 432 46 73
Binary 10100111 1110000 10111110 1100 101001 0 11001 100011010 100110 111011

Color Harmonies of #A770BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770BE

Black with #A770BE

Text Example


Text Example

White with #A770BE

Text Example


Text Example

HTML Codes & Css Web 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>