#A571B9

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

Shades of Purple Mountain's Majesty #A571B9

Tints of Purple Mountain's Majesty #A571B9

Color information

#A571B9 (or 0xA571B9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 71 and B9. RGB value is (165,113,185). Sum of RGB (Red+Green+Blue) = 165+113+185=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #A571B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571B9 is #5A8E46. Grayscale: #888888. Windows color (decimal): -5934663 or 12153253. OLE color: 12153253.

HSL color Cylindrical-coordinate representation of color #A571B9: hue angle of 283.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A571B9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165113185-
CMYK0.110.3900.27
HSL283.33º33.96%58.43%-
HSV(B)283.33º38.92%72.55%-
XYZ30.1823.3148.81-
YUV136.76155.23148.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=35.64%
G=24.41%
B=39.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651131850.110.3900.27283.3333.9658.43
HexA571B9B2701B11b223a
Octal24516127113470334334272
Binary101001011110001101110011011100111011011100011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571B9; }

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

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

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

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

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

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

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

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