Html Css Color HEX #A377BA Purple Mountain's Majesty

📋 copy color: '#A377BA'

red 163 ◦ green 119 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A377BA

Tints of Purple Mountain's Majesty #A377BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 34.83%
G = 25.43%
B = 39.74%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A377BA (or 0xA377BA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and BA. RGB value is (163,119,186). Sum of RGB (Red+Green+Blue) = 163+119+186=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A377BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BA is #5C8845. Grayscale: #8B8B8B. Windows color (decimal): -6064198 or 12220323. OLE color: 12220323.

HSL color Cylindrical-coordinate representation of color #A377BA: hue angle of 279.4º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A377BA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 119 186 -
CMYK 0.12 0.36 0 0.27
HSL 279.4º 0.33% 0.6% -
HSV(B) 279.4º 0.36% 0.73% -
XYZ 30.56 24.53 49.58 -
YUV 139.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 163 119 186 0.12 0.36 0 0.27 279.4 0.33 0.6
Hex A3 77 BA C 24 0 1B 117 21 3C
Octal 243 167 272 14 44 0 33 427 41 74
Binary 10100011 1110111 10111010 1100 100100 0 11011 100010111 100001 111100

Color Harmonies of #A377BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377BA

Black with #A377BA

Text Example


Text Example

White with #A377BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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