Html Css Color HEX #A671BF Purple Mountain's Majesty

📋 copy color: '#A671BF'

red 166 ◦ green 113 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A671BF

Tints of Purple Mountain's Majesty #A671BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

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

R = 35.32%
G = 24.04%
B = 40.64%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A671BF (or 0xA671BF) is known color: Purple Mountain's Majesty. HEX triplet: A6, 71 and BF. RGB value is (166,113,191). Sum of RGB (Red+Green+Blue) = 166+113+191=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A671BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671BF is #598E40. Grayscale: #898989. Windows color (decimal): -5869121 or 12546470. OLE color: 12546470.

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

Color convert

RGB 166 113 191 -
CMYK 0.13 0.41 0 0.25
HSL 280.77º 0.38% 0.6% -
HSV(B) 280.77º 0.41% 0.75% -
XYZ 31.03 23.68 52.22 -
YUV 137.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 166 113 191 0.13 0.41 0 0.25 280.77 0.38 0.6
Hex A6 71 BF D 29 0 19 119 26 3C
Octal 246 161 277 15 51 0 31 431 46 74
Binary 10100110 1110001 10111111 1101 101001 0 11001 100011001 100110 111100

Color Harmonies of #A671BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671BF

Black with #A671BF

Text Example


Text Example

White with #A671BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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