#A471BB

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

Shades of Purple Mountain's Majesty #A471BB

Tints of Purple Mountain's Majesty #A471BB

Color information

#A471BB (or 0xA471BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 71 and BB. RGB value is (164,113,187). Sum of RGB (Red+Green+Blue) = 164+113+187=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A471BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BB is #5B8E44. Grayscale: #888888. Windows color (decimal): -6000197 or 12284324. OLE color: 12284324.

HSL color Cylindrical-coordinate representation of color #A471BB: hue angle of 281.35º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A471BB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164113187-
CMYK0.120.4000.27
HSL281.35º35.24%58.82%-
HSV(B)281.35º39.57%73.33%-
XYZ30.1823.2949.92-
YUV136.68156.4147.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=35.34%
G=24.35%
B=40.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641131870.120.4000.27281.3535.2458.82
HexA471BBC2801B119233b
Octal24416127314500334314373
Binary101001001110001101110111100101000011011100011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471BB; }

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

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

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

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

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

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

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

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