Html Css Color HEX #A377BF Purple Mountain's Majesty

📋 copy color: '#A377BF'

red 163 ◦ green 119 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A377BF

Tints of Purple Mountain's Majesty #A377BF

RGB

 RED value IS 163 (64.06% from 255) = 34.46%

 GREEN value IS 119 (46.88% from 255) = 25.16%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 34.46%
G = 25.16%
B = 40.38%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A377BF (or 0xA377BF) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and BF. RGB value is (163,119,191). Sum of RGB (Red+Green+Blue) = 163+119+191=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A377BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BF is #5C8840. Grayscale: #8C8C8C. Windows color (decimal): -6064193 or 12548003. OLE color: 12548003.

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

Color convert

RGB 163 119 191 -
CMYK 0.15 0.38 0 0.25
HSL 276.67º 0.36% 0.61% -
HSV(B) 276.67º 0.38% 0.75% -
XYZ 31.11 24.74 52.43 -
YUV 140.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 163 119 191 0.15 0.38 0 0.25 276.67 0.36 0.61
Hex A3 77 BF F 26 0 19 115 24 3D
Octal 243 167 277 17 46 0 31 425 44 75
Binary 10100011 1110111 10111111 1111 100110 0 11001 100010101 100100 111101

Color Harmonies of #A377BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377BF

Black with #A377BF

Text Example


Text Example

White with #A377BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377BF; }

 p { color: rgb(163,119,191); }

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

background-color css

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

 a { background-color: rgb(163,119,191); }

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

border-color css

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

 span { border-color: rgb(163,119,191); }

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