Html Css Color HEX #A174BA Purple Mountain's Majesty

📋 copy color: '#A174BA'

red 161 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A174BA

Tints of Purple Mountain's Majesty #A174BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

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

R = 34.77%
G = 25.05%
B = 40.17%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A174BA (or 0xA174BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 74 and BA. RGB value is (161,116,186). Sum of RGB (Red+Green+Blue) = 161+116+186=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A174BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174BA is #5E8B45. Grayscale: #898989. Windows color (decimal): -6196038 or 12219553. OLE color: 12219553.

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

Color convert

RGB 161 116 186 -
CMYK 0.13 0.38 0 0.27
HSL 278.57º 0.34% 0.59% -
HSV(B) 278.57º 0.38% 0.73% -
XYZ 29.81 23.61 49.44 -
YUV 137.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 161 116 186 0.13 0.38 0 0.27 278.57 0.34 0.59
Hex A1 74 BA D 26 0 1B 117 22 3B
Octal 241 164 272 15 46 0 33 427 42 73
Binary 10100001 1110100 10111010 1101 100110 0 11011 100010111 100010 111011

Color Harmonies of #A174BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174BA

Black with #A174BA

Text Example


Text Example

White with #A174BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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