Html Css Color HEX #A178BA Purple Mountain's Majesty

📋 copy color: '#A178BA'

red 161 ◦ green 120 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A178BA

Tints of Purple Mountain's Majesty #A178BA

RGB

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

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

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

R = 34.48%
G = 25.7%
B = 39.83%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A178BA (or 0xA178BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 78 and BA. RGB value is (161,120,186). Sum of RGB (Red+Green+Blue) = 161+120+186=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A178BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178BA is #5E8745. Grayscale: #8B8B8B. Windows color (decimal): -6195014 or 12220577. OLE color: 12220577.

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

Color convert

RGB 161 120 186 -
CMYK 0.13 0.35 0 0.27
HSL 277.27º 0.32% 0.6% -
HSV(B) 277.27º 0.35% 0.73% -
XYZ 30.28 24.56 49.6 -
YUV 139.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 161 120 186 0.13 0.35 0 0.27 277.27 0.32 0.6
Hex A1 78 BA D 23 0 1B 115 20 3C
Octal 241 170 272 15 43 0 33 425 40 74
Binary 10100001 1111000 10111010 1101 100011 0 11011 100010101 100000 111100

Color Harmonies of #A178BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178BA

Black with #A178BA

Text Example


Text Example

White with #A178BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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