#A471BF

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

Shades of Purple Mountain's Majesty #A471BF

Tints of Purple Mountain's Majesty #A471BF

Color information

#A471BF (or 0xA471BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 71 and BF. RGB value is (164,113,191). Sum of RGB (Red+Green+Blue) = 164+113+191=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A471BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BF is #5B8E40. Grayscale: #888888. Windows color (decimal): -6000193 or 12546468. OLE color: 12546468.

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

Color convert

RGB164113191-
CMYK0.140.4100.25
HSL279.23º37.86%59.61%-
HSV(B)279.23º40.84%74.9%-
XYZ30.6223.4652.21-
YUV137.14158.4147.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 191 (75% from 255) = 40.81%
R=35.04%
G=24.15%
B=40.81%

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
Decimal1641131910.140.4100.25279.2337.8659.61
HexA471BFE29019117263c
Octal24416127716510314274674
Binary101001001110001101111111110101001011001100010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471BF; }

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

 H1.HeaderClassName
 {
   color: #A471BF;
 }
 .AnyTagClassName
 {
   color: #A471BF;
 }
</style>
background-color css

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

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

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

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

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

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