Html Css Color HEX #A178BF Purple Mountain's Majesty

📋 copy color: '#A178BF'

red 161 ◦ green 120 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A178BF

Tints of Purple Mountain's Majesty #A178BF

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

 GREEN value IS 120 (47.27% from 255) = 25.42%

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

R = 34.11%
G = 25.42%
B = 40.47%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A178BF (or 0xA178BF) is known color: Purple Mountain's Majesty. HEX triplet: A1, 78 and BF. RGB value is (161,120,191). Sum of RGB (Red+Green+Blue) = 161+120+191=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #A178BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178BF is #5E8740. Grayscale: #8C8C8C. Windows color (decimal): -6195009 or 12548257. OLE color: 12548257.

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

Color convert

RGB 161 120 191 -
CMYK 0.16 0.37 0 0.25
HSL 274.65º 0.36% 0.61% -
HSV(B) 274.65º 0.37% 0.75% -
XYZ 30.82 24.77 52.45 -
YUV 140.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 161 120 191 0.16 0.37 0 0.25 274.65 0.36 0.61
Hex A1 78 BF 10 25 0 19 113 24 3D
Octal 241 170 277 20 45 0 31 423 44 75
Binary 10100001 1111000 10111111 10000 100101 0 11001 100010011 100100 111101

Color Harmonies of #A178BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178BF

Black with #A178BF

Text Example


Text Example

White with #A178BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178BF; }

 p { color: rgb(161,120,191); }

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

background-color css

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

 a { background-color: rgb(161,120,191); }

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

border-color css

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

 span { border-color: rgb(161,120,191); }

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