Html Css Color HEX #A673B9 Purple Mountain's Majesty

📋 copy color: '#A673B9'

red 166 ◦ green 115 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A673B9

Tints of Purple Mountain's Majesty #A673B9

RGB

 RED value IS 166 (65.23% from 255) = 35.62%

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 35.62%
G = 24.68%
B = 39.7%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A673B9 (or 0xA673B9) is known color: Purple Mountain's Majesty. HEX triplet: A6, 73 and B9. RGB value is (166,115,185). Sum of RGB (Red+Green+Blue) = 166+115+185=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #A673B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673B9 is #598C46. Grayscale: #8A8A8A. Windows color (decimal): -5868615 or 12153766. OLE color: 12153766.

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

Color convert

RGB 166 115 185 -
CMYK 0.10 0.38 0 0.27
HSL 283.71º 0.33% 0.59% -
HSV(B) 283.71º 0.38% 0.73% -
XYZ 30.61 23.87 48.89 -
YUV 138.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 166 115 185 0.10 0.38 0 0.27 283.71 0.33 0.59
Hex A6 73 B9 A 26 0 1B 11C 21 3B
Octal 246 163 271 12 46 0 33 434 41 73
Binary 10100110 1110011 10111001 1010 100110 0 11011 100011100 100001 111011

Color Harmonies of #A673B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673B9

Black with #A673B9

Text Example


Text Example

White with #A673B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673B9; }

 p { color: rgb(166,115,185); }

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

background-color css

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

 a { background-color: rgb(166,115,185); }

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

border-color css

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

 span { border-color: rgb(166,115,185); }

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