#A371BF

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

Shades of Purple Mountain's Majesty #A371BF

Tints of Purple Mountain's Majesty #A371BF

Color information

#A371BF (or 0xA371BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 71 and BF. RGB value is (163,113,191). Sum of RGB (Red+Green+Blue) = 163+113+191=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A371BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371BF is #5C8E40. Grayscale: #888888. Windows color (decimal): -6065729 or 12546467. OLE color: 12546467.

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

Color convert

RGB163113191-
CMYK0.150.4100.25
HSL278.46º37.86%59.61%-
HSV(B)278.46º40.84%74.9%-
XYZ30.4123.3652.2-
YUV136.84158.56146.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 191 (75% from 255) = 40.90%
R=34.90%
G=24.20%
B=40.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631131910.150.4100.25278.4637.8659.61
HexA371BFF29019116263c
Octal24316127717510314264674
Binary101000111110001101111111111101001011001100010110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371BF; }

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

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

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

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

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

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

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

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