Html Css Color HEX #A673BF Purple Mountain's Majesty

📋 copy color: '#A673BF'

red 166 ◦ green 115 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A673BF

Tints of Purple Mountain's Majesty #A673BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 35.17%
G = 24.36%
B = 40.47%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A673BF (or 0xA673BF) is known color: Purple Mountain's Majesty. HEX triplet: A6, 73 and BF. RGB value is (166,115,191). Sum of RGB (Red+Green+Blue) = 166+115+191=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #A673BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673BF is #598C40. Grayscale: #8A8A8A. Windows color (decimal): -5868609 or 12546982. OLE color: 12546982.

HSL color Cylindrical-coordinate representation of color #A673BF: hue angle of 280.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A673BF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 115 191 -
CMYK 0.13 0.40 0 0.25
HSL 280.26º 0.37% 0.6% -
HSV(B) 280.26º 0.4% 0.75% -
XYZ 31.26 24.13 52.3 -
YUV 138.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 166 115 191 0.13 0.40 0 0.25 280.26 0.37 0.6
Hex A6 73 BF D 28 0 19 118 25 3C
Octal 246 163 277 15 50 0 31 430 45 74
Binary 10100110 1110011 10111111 1101 101000 0 11001 100011000 100101 111100

Color Harmonies of #A673BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673BF

Black with #A673BF

Text Example


Text Example

White with #A673BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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