#A571BD

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

Shades of Purple Mountain's Majesty #A571BD

Tints of Purple Mountain's Majesty #A571BD

Color information

#A571BD (or 0xA571BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 71 and BD. RGB value is (165,113,189). Sum of RGB (Red+Green+Blue) = 165+113+189=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A571BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571BD is #5A8E42. Grayscale: #888888. Windows color (decimal): -5934659 or 12415397. OLE color: 12415397.

HSL color Cylindrical-coordinate representation of color #A571BD: hue angle of 281.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A571BD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165113189-
CMYK0.130.4000.26
HSL281.05º36.54%59.22%-
HSV(B)281.05º40.21%74.12%-
XYZ30.6123.4851.06-
YUV137.21157.23147.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=35.33%
G=24.20%
B=40.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651131890.130.4000.26281.0536.5459.22
HexA571BDD2801A119253b
Octal24516127515500324314573
Binary101001011110001101111011101101000011010100011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571BD; }

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

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

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

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

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

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

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

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