Html Css Color HEX #A571BF Purple Mountain's Majesty

📋 copy color: '#A571BF'

red 165 ◦ green 113 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A571BF

Tints of Purple Mountain's Majesty #A571BF

RGB

 RED value IS 165 (64.84% from 255) = 35.18%

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

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

R = 35.18%
G = 24.09%
B = 40.72%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A571BF (or 0xA571BF) is known color: Purple Mountain's Majesty. HEX triplet: A5, 71 and BF. RGB value is (165,113,191). Sum of RGB (Red+Green+Blue) = 165+113+191=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #A571BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571BF is #5A8E40. Grayscale: #898989. Windows color (decimal): -5934657 or 12546469. OLE color: 12546469.

HSL color Cylindrical-coordinate representation of color #A571BF: hue angle of 280º 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 #A571BF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 113 191 -
CMYK 0.14 0.41 0 0.25
HSL 280º 0.38% 0.6% -
HSV(B) 280º 0.41% 0.75% -
XYZ 30.83 23.57 52.22 -
YUV 137.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 165 113 191 0.14 0.41 0 0.25 280 0.38 0.6
Hex A5 71 BF E 29 0 19 118 26 3C
Octal 245 161 277 16 51 0 31 430 46 74
Binary 10100101 1110001 10111111 1110 101001 0 11001 100011000 100110 111100

Color Harmonies of #A571BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571BF

Black with #A571BF

Text Example


Text Example

White with #A571BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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