Html Css Color HEX #A673BA Purple Mountain's Majesty

📋 copy color: '#A673BA'

red 166 ◦ green 115 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A673BA

Tints of Purple Mountain's Majesty #A673BA

RGB

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

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

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

R = 35.55%
G = 24.63%
B = 39.83%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A673BA (or 0xA673BA) is known color: Purple Mountain's Majesty. HEX triplet: A6, 73 and BA. RGB value is (166,115,186). Sum of RGB (Red+Green+Blue) = 166+115+186=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 115 (45.31% from 255 or 24.63% 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 #A673BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673BA is #598C45. Grayscale: #8A8A8A. Windows color (decimal): -5868614 or 12219302. OLE color: 12219302.

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

Color convert

RGB 166 115 186 -
CMYK 0.11 0.38 0 0.27
HSL 283.1º 0.34% 0.59% -
HSV(B) 283.1º 0.38% 0.73% -
XYZ 30.72 23.91 49.45 -
YUV 138.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 166 115 186 0.11 0.38 0 0.27 283.1 0.34 0.59
Hex A6 73 BA B 26 0 1B 11B 22 3B
Octal 246 163 272 13 46 0 33 433 42 73
Binary 10100110 1110011 10111010 1011 100110 0 11011 100011011 100010 111011

Color Harmonies of #A673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673BA

Black with #A673BA

Text Example


Text Example

White with #A673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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