Html Css Color HEX #A770B9 Purple Mountain's Majesty

📋 copy color: '#A770B9'

red 167 ◦ green 112 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A770B9

Tints of Purple Mountain's Majesty #A770B9

RGB

 RED value IS 167 (65.63% from 255) = 35.99%

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 35.99%
G = 24.14%
B = 39.87%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A770B9 (or 0xA770B9) is known color: Purple Mountain's Majesty. HEX triplet: A7, 70 and B9. RGB value is (167,112,185). Sum of RGB (Red+Green+Blue) = 167+112+185=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #A770B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770B9 is #588F46. Grayscale: #888888. Windows color (decimal): -5803847 or 12152999. OLE color: 12152999.

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

Color convert

RGB 167 112 185 -
CMYK 0.10 0.39 0 0.27
HSL 285.21º 0.34% 0.58% -
HSV(B) 285.21º 0.39% 0.73% -
XYZ 30.49 23.31 48.79 -
YUV 136.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 167 112 185 0.10 0.39 0 0.27 285.21 0.34 0.58
Hex A7 70 B9 A 27 0 1B 11D 22 3A
Octal 247 160 271 12 47 0 33 435 42 72
Binary 10100111 1110000 10111001 1010 100111 0 11011 100011101 100010 111010

Color Harmonies of #A770B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770B9

Black with #A770B9

Text Example


Text Example

White with #A770B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770B9; }

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

 H1.HeaderClassName
 {
   color: #A770B9;
 }
 .AnyTagClassName
 {
   color: #A770B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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