Html Css Color HEX #A474BA Purple Mountain's Majesty

📋 copy color: '#A474BA'

red 164 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A474BA

Tints of Purple Mountain's Majesty #A474BA

RGB

 RED value IS 164 (64.45% from 255) = 35.19%

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

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

R = 35.19%
G = 24.89%
B = 39.91%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A474BA (or 0xA474BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 74 and BA. RGB value is (164,116,186). Sum of RGB (Red+Green+Blue) = 164+116+186=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A474BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474BA is #5B8B45. Grayscale: #8A8A8A. Windows color (decimal): -5999430 or 12219556. OLE color: 12219556.

HSL color Cylindrical-coordinate representation of color #A474BA: hue angle of 281.14º 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 #A474BA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 116 186 -
CMYK 0.12 0.38 0 0.27
HSL 281.14º 0.34% 0.59% -
HSV(B) 281.14º 0.38% 0.73% -
XYZ 30.42 23.93 49.47 -
YUV 138.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 164 116 186 0.12 0.38 0 0.27 281.14 0.34 0.59
Hex A4 74 BA C 26 0 1B 119 22 3B
Octal 244 164 272 14 46 0 33 431 42 73
Binary 10100100 1110100 10111010 1100 100110 0 11011 100011001 100010 111011

Color Harmonies of #A474BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474BA

Black with #A474BA

Text Example


Text Example

White with #A474BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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