#A571BF

Color #A571BF Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A571BF

Tints of Purple Mountain's Majesty #A571BF

Color information

#A571BF (or 0xA571BF) is unknown color: approx 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

RGB165113191-
CMYK0.140.4100.25
HSL280º37.86%59.61%-
HSV(B)280º40.84%74.9%-
XYZ30.8323.5752.22-
YUV137.44158.23147.66-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651131910.140.4100.2528037.8659.61
HexA571BFE29019118263c
Octal24516127716510314304674
Binary101001011110001101111111110101001011001100011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>