#A573BF

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

Shades of Purple Mountain's Majesty #A573BF

Tints of Purple Mountain's Majesty #A573BF

Color information

#A573BF (or 0xA573BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 73 and BF. RGB value is (165,115,191). Sum of RGB (Red+Green+Blue) = 165+115+191=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A573BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573BF is #5A8C40. Grayscale: #8A8A8A. Windows color (decimal): -5934145 or 12546981. OLE color: 12546981.

HSL color Cylindrical-coordinate representation of color #A573BF: hue angle of 279.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A573BF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165115191-
CMYK0.140.4000.25
HSL279.47º37.25%60%-
HSV(B)279.47º39.79%74.9%-
XYZ31.0524.0252.29-
YUV138.61157.56146.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 191 (75% from 255) = 40.55%
R=35.03%
G=24.42%
B=40.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651151910.140.4000.25279.4737.2560
HexA573BFE28019117253c
Octal24516327716500314274574
Binary101001011110011101111111110101000011001100010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573BF; }

 p { color: rgb(165,115,191); }

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

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

 a { background-color: rgb(165,115,191); }

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

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

 span { border-color: rgb(165,115,191); }

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