#A573BE

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

Shades of Purple Mountain's Majesty #A573BE

Tints of Purple Mountain's Majesty #A573BE

Color information

#A573BE (or 0xA573BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 73 and BE. RGB value is (165,115,190). Sum of RGB (Red+Green+Blue) = 165+115+190=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A573BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573BE is #5A8C41. Grayscale: #8A8A8A. Windows color (decimal): -5934146 or 12481445. OLE color: 12481445.

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

Color convert

RGB165115190-
CMYK0.130.3900.25
HSL280º36.59%59.8%-
HSV(B)280º39.47%74.51%-
XYZ30.9423.9851.71-
YUV138.5157.06146.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=35.11%
G=24.47%
B=40.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651151900.130.3900.2528036.5959.8
HexA573BED27019118253c
Octal24516327615470314304574
Binary101001011110011101111101101100111011001100011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573BE; }

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

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

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

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

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

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

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

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